diff options
Diffstat (limited to 'git-package')
-rwxr-xr-x | git-package | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/git-package b/git-package index 4becad9..2bdfce4 100755 --- a/git-package +++ b/git-package @@ -13,7 +13,7 @@ usage() { errx 'usage: git package [-f format] tree-ish [path...]' } -format="$(git config --get package.format)" +format="$(git config --get package.format)" || true : "${format:=tar.gz}" while getopts f: opt; do |