Skip to content
This repository has been archived by the owner on Nov 9, 2020. It is now read-only.

Commit

Permalink
remove SUDO support, as the whole script are to be run using sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
jschlyter committed Jan 1, 2013
1 parent 2d65326 commit bdf0535
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ URLBASE="http://ftp.su.se/pub/OpenBSD/${LONGREL}"
PATCHURL="ftp://ftp.openbsd.org/pub/OpenBSD/patches/${LONGREL}/common/*"

echo "Cleaning up previous build.."
${SUDO} rm -rf ${WORKDIR}
rm -rf ${WORKDIR}

echo "Creating sandbox and diststuff.."
mkdir -p ${WORKDIR}
Expand Down

0 comments on commit bdf0535

Please sign in to comment.