diff options
Diffstat (limited to 'insidechroot.sh')
-rw-r--r-- | insidechroot.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/insidechroot.sh b/insidechroot.sh index ac193ae..3c365cb 100644 --- a/insidechroot.sh +++ b/insidechroot.sh @@ -1,4 +1,5 @@ #!/bin/bash +set -e CHAPTER="$1" |