diff options
author | Francis Rowe <info@gluglug.org.uk> | 2014-11-24 13:15:51 (EST) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2014-11-24 13:15:51 (EST) |
commit | 1ae732e2a7f4f214c772f27a292a3a7270cb3f4f (patch) | |
tree | 4aa5b0d4e7c2960182f6607717ffadefdf144061 /deps-trisquel | |
parent | f72afe730a0414ebb3296da2f84d3151dccdf8d2 (diff) | |
download | libreboot-1ae732e2a7f4f214c772f27a292a3a7270cb3f4f.zip libreboot-1ae732e2a7f4f214c772f27a292a3a7270cb3f4f.tar.gz libreboot-1ae732e2a7f4f214c772f27a292a3a7270cb3f4f.tar.bz2 |
Fix mistake in last commit
Diffstat (limited to 'deps-trisquel')
-rwxr-xr-x | deps-trisquel | 4 |
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. |