summaryrefslogtreecommitdiffstats
path: root/bin/chroot-installation.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bin/chroot-installation.sh')
-rwxr-xr-xbin/chroot-installation.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/chroot-installation.sh b/bin/chroot-installation.sh
index ccaa4577..6864b0e1 100755
--- a/bin/chroot-installation.sh
+++ b/bin/chroot-installation.sh
@@ -12,7 +12,7 @@ set -e
# $2 = extra component
# $3 = upgrade distro
-if [ "$1" == "" ] ; then
+if [ "$1" = "" ] ; then
echo "need at least one distribution to act on"
echo '# $1 = base distro'
echo '# $2 = component to test (gnome, kde, xfce, lxce)'