mirror of
https://github.com/flynx/git-utils.git
synced 2025-10-28 02:30:08 +00:00
bugfix...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
cb9f951531
commit
9db7680605
@ -49,7 +49,7 @@ TARGET_PATH=${TARGET_PATH:=.}
|
||||
cd "$TARGET_PATH"
|
||||
|
||||
if [ -z $LIST ] ; then
|
||||
if [ -e $DFL_LIST ] ; then
|
||||
if ! [ -e $DFL_LIST ] ; then
|
||||
echo "need a list file..." >&2
|
||||
exit 1
|
||||
fi
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user