summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/check-dependencies.sh4
1 files changed, 1 insertions, 3 deletions
diff --git a/scripts/check-dependencies.sh b/scripts/check-dependencies.sh
index c431255..72c4c74 100755
--- a/scripts/check-dependencies.sh
+++ b/scripts/check-dependencies.sh
@@ -80,9 +80,7 @@ glib2_sysver()
if [ $glib2archtriplet = "i686-linux-gnu" ]; then
glib2archtriplet=i386-linux-gnu
glib2path=$1/lib/$glib2archtriplet/glib-2.0/include/glibconfig.h
- if [ ! -e $glib2path ]; then
- return;
- fi
+ if [ ! -e $glib2path ]; then return; fi
else
return;
fi
contact: Jan Huwald // Impressum