summaryrefslogtreecommitdiffstats
path: root/bin/d-i_overview.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-02-27 17:16:24 +0100
committerHolger Levsen <holger@layer-acht.org>2015-02-27 17:16:24 +0100
commitbed2d625561d8ab58625a4a79efc8f47de842da1 (patch)
tree2e0caf9bdbf6b011f864f4b3f4702b70e987b6c2 /bin/d-i_overview.sh
parent6902d71a925e460ffced79ad475b37352a74f4dc (diff)
downloadjenkins.debian.net-bed2d625561d8ab58625a4a79efc8f47de842da1.tar.xz
fix bashisms
Diffstat (limited to 'bin/d-i_overview.sh')
-rwxr-xr-xbin/d-i_overview.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/d-i_overview.sh b/bin/d-i_overview.sh
index 493a1458..d65a6bf2 100755
--- a/bin/d-i_overview.sh
+++ b/bin/d-i_overview.sh
@@ -8,7 +8,7 @@ DEBUG=false
common_init "$@"
# convert param to variables
-if [ "$1" == "" ] ; then
+if [ "$1" = "" ] ; then
echo "need an Archicture to act on"
exit 1
fi