X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=apt-in-chroot;h=4e0028a6748bf5d09bd90f3f2ae1bea4269e34eb;hb=6e621a197aee70969e9732c9afa178bebaee6b4c;hp=279b95f9fc773b5fe93aba019ddc6216b2ab43d6;hpb=93cb66500f328580bbfd5cd9018020d1f7db7fbc;p=dsa-metapackages.git diff --git a/apt-in-chroot b/apt-in-chroot index 279b95f..4e0028a 100755 --- a/apt-in-chroot +++ b/apt-in-chroot @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # # apt-in-chroot - runs apt in a specified chroot # @@ -53,6 +53,7 @@ install|remove|purge|build-dep) ;; *) echo "$APTCMD is not a valid apt sub-command" + exit 1 ;; esac