summaryrefslogtreecommitdiffstats
path: root/bin/d-i_overview.sh
diff options
context:
space:
mode:
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