chiark / gitweb /
fix package name
[dsa-metapackages.git] / apt-in-chroot
index 279b95f9fc773b5fe93aba019ddc6216b2ab43d6..4e0028a6748bf5d09bd90f3f2ae1bea4269e34eb 100755 (executable)
@@ -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