summaryrefslogtreecommitdiff
path: root/git-shell-commands/change-description
diff options
context:
space:
mode:
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