aboutsummaryrefslogtreecommitdiffstats
path: root/insidechroot.sh
diff options
context:
space:
mode:
Diffstat (limited to 'insidechroot.sh')
-rw-r--r--insidechroot.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/insidechroot.sh b/insidechroot.sh
index 8e5ec69..88a5d26 100644
--- a/insidechroot.sh
+++ b/insidechroot.sh
@@ -153,7 +153,7 @@ EOF
for package in libstdc++ gettext bison perl python texinfo util-linux; do
source packageinstall.sh 7 $package
retval=$?
- if [ "$retval" -ne 0 ]; then
+ if [ "${retval}" -ne 0 ]; then
exit 1
fi
done