From 1ae732e2a7f4f214c772f27a292a3a7270cb3f4f Mon Sep 17 00:00:00 2001 From: Francis Rowe Date: Mon, 24 Nov 2014 13:15:51 -0500 Subject: Fix mistake in last commit --- (limited to 'deps-trisquel') 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 . # +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. -- cgit v0.9.1