summaryrefslogtreecommitdiffstats
path: root/bin/chroot-installation.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/chroot-installation.sh
parent6902d71a925e460ffced79ad475b37352a74f4dc (diff)
downloadjenkins.debian.net-bed2d625561d8ab58625a4a79efc8f47de842da1.tar.xz
fix bashisms
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)'