re-add set -e

This commit is contained in:
Steve McIntyre 2008-06-07 00:27:20 +00:00
parent d21aa49a4f
commit c5e871279b
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
#!/bin/sh
# set -e
set -e
CODENAME="$1"
if [ -z "$CODENAME" ]; then