summaryrefslogtreecommitdiffstats
path: root/resources/scripts/helpers/build/dependencies
diff options
context:
space:
mode:
Diffstat (limited to 'resources/scripts/helpers/build/dependencies')
-rwxr-xr-xresources/scripts/helpers/build/dependencies/parabola2
-rwxr-xr-xresources/scripts/helpers/build/dependencies/trisquel72
2 files changed, 2 insertions, 2 deletions
diff --git a/resources/scripts/helpers/build/dependencies/parabola b/resources/scripts/helpers/build/dependencies/parabola
index 92a88be..1f4c462 100755
--- a/resources/scripts/helpers/build/dependencies/parabola
+++ b/resources/scripts/helpers/build/dependencies/parabola
@@ -24,7 +24,7 @@
[ "x${DEBUG+set}" = 'xset' ] && set -v
set -u -e
-if [[ $EUID -ne 0 ]]; then
+if [ $EUID -ne 0 ]; then
printf "This script must be run as root\n"
exit 1
fi
diff --git a/resources/scripts/helpers/build/dependencies/trisquel7 b/resources/scripts/helpers/build/dependencies/trisquel7
index d3027f9..34625f7 100755
--- a/resources/scripts/helpers/build/dependencies/trisquel7
+++ b/resources/scripts/helpers/build/dependencies/trisquel7
@@ -21,7 +21,7 @@
[ "x${DEBUG+set}" = 'xset' ] && set -v
set -u -e
-if [[ $EUID -ne 0 ]]; then
+if [ $EUID -ne 0 ]; then
printf "This script must be run as root\n"
exit 1
fi