summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2014-11-24 18:15:51 +0000
committerFrancis Rowe <info@gluglug.org.uk>2014-11-24 18:15:51 +0000
commit1ae732e2a7f4f214c772f27a292a3a7270cb3f4f (patch)
tree4aa5b0d4e7c2960182f6607717ffadefdf144061
parentf72afe730a0414ebb3296da2f84d3151dccdf8d2 (diff)
Fix mistake in last commit
-rwxr-xr-xdeps-trisquel4
1 files changed, 2 insertions, 2 deletions
diff --git a/deps-trisquel b/deps-trisquel
index 080cc73..9cea6a9 100755
--- a/deps-trisquel
+++ b/deps-trisquel
@@ -18,13 +18,13 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
+set -u -e -v
+
if [[ $EUID -ne 0 ]]; then
echo "This script must be run as root"
exit 1
fi
-set -u -e -v
-
# Install build dependencies
# For trisquel. This might also work on other apt-get distributions.