diff options
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/commit.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/commit.sh b/scripts/commit.sh index 7c5e3139..0d9ef12d 100644 --- a/scripts/commit.sh +++ b/scripts/commit.sh @@ -14,6 +14,7 @@ if commit=$(git -C "$repo" show-ref -s --verify "refs/heads/$branch" 2>/dev/null fi else set -- + unset commit fi if [ -z "${commit+set}" ] ; then |
