Use set -u (no unset vars)

This commit is contained in:
root 2012-12-15 13:37:51 +05:00
parent d6d8d565c9
commit feca906231

View file

@ -6,8 +6,8 @@
# #
# See README # See README
#set -x
set -e set -e
set -u
Did_find_repo= # yes for connected, no for no repo Did_find_repo= # yes for connected, no for no repo
Localdir="${GIT_DIR:=.git}/remote-gcrypt" Localdir="${GIT_DIR:=.git}/remote-gcrypt"
@ -514,7 +514,7 @@ repack_if_needed()
setvar "$3" no setvar "$3" no
isnonnull "$Packlist" || return 0 isnonnull "$Packlist" || return 0
if isnonnull "$GCRYPT_FULL_REPACK" if isnonnull "${GCRYPT_FULL_REPACK:-}"
then then
Keeplist= Keeplist=
Repack_limit=1 Repack_limit=1