summaryrefslogtreecommitdiffstats
path: root/bin/chroot-run.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bin/chroot-run.sh')
-rwxr-xr-xbin/chroot-run.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/chroot-run.sh b/bin/chroot-run.sh
index e771cf86..7ce2ad28 100755
--- a/bin/chroot-run.sh
+++ b/bin/chroot-run.sh
@@ -24,13 +24,13 @@ fi
DISTRO="$1"
shift
-if [ "$1" == "backports" ] ; then
+if [ "$1" = "backports" ] ; then
BACKPORTS="deb $MIRROR ${DISTRO}-backports main"
BACKPORTSSRC="deb-src $MIRROR ${DISTRO}-backports main"
shift
fi
-if [ "$1" == "minimal" ] ; then
+if [ "$1" = "minimal" ] ; then
MINIMAL=yes
BOOTSTRAP_OPTIONS=--variant=minbase
shift