aboutsummaryrefslogtreecommitdiff
path: root/resources/scripts/helpers/build/dependencies/trisquel7
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2015-06-11 01:30:48 +0100
committerFrancis Rowe <info@gluglug.org.uk>2015-06-11 01:30:48 +0100
commit12c50f7939c02db85f05830c4b9fccf464b3977a (patch)
tree42c0b72ee957cc2f70b442cefb14923b06cb8507 /resources/scripts/helpers/build/dependencies/trisquel7
parent34270811fce1ecf0bcf3b1363b0dc3dbf284ab09 (diff)
downloadlibrebootfr-12c50f7939c02db85f05830c4b9fccf464b3977a.tar.gz
librebootfr-12c50f7939c02db85f05830c4b9fccf464b3977a.zip
all script: use a standard style
Based on the style used for the script in resources/scripts/helpers/build/release/
Diffstat (limited to 'resources/scripts/helpers/build/dependencies/trisquel7')
-rwxr-xr-xresources/scripts/helpers/build/dependencies/trisquel72
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/scripts/helpers/build/dependencies/trisquel7 b/resources/scripts/helpers/build/dependencies/trisquel7
index f9c04be8..0a3a2680 100755
--- a/resources/scripts/helpers/build/dependencies/trisquel7
+++ b/resources/scripts/helpers/build/dependencies/trisquel7
@@ -22,7 +22,7 @@
set -u -e
if [[ $EUID -ne 0 ]]; then
- echo "This script must be run as root"
+ printf "This script must be run as root\n"
exit 1
fi