summaryrefslogtreecommitdiff
path: root/git-shell-commands/change-description
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@kiwwwi.com.ar>2012-09-08 20:00:33 -0300
committerNicolás Reynolds <fauno@kiwwwi.com.ar>2012-09-08 20:00:33 -0300
commitc562e291c0adca7cb7dd2e1ce5ac26e1cd405603 (patch)
tree7e4c375d702a6ac2bf3f702631cb0b69efe57ac4 /git-shell-commands/change-description
parent3ce233785c903b62b7f2e7eb64a71a0ba81a33fc (diff)
Exit on error
Diffstat (limited to 'git-shell-commands/change-description')
-rwxr-xr-xgit-shell-commands/change-description2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-shell-commands/change-description b/git-shell-commands/change-description
index 120b1cd..d29eaa8 100755
--- a/git-shell-commands/change-description
+++ b/git-shell-commands/change-description
@@ -2,7 +2,7 @@
# Allows users to change project description
# $ ssh git@host change-description repo "description"
-set -E
+set -e
repo=$1; shift