mirror of
https://github.com/flynx/git-utils.git
synced 2025-10-28 10:40: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"
|
cd "$TARGET_PATH"
|
||||||
|
|
||||||
if [ -z $LIST ] ; then
|
if [ -z $LIST ] ; then
|
||||||
if [ -e $DFL_LIST ] ; then
|
if ! [ -e $DFL_LIST ] ; then
|
||||||
echo "need a list file..." >&2
|
echo "need a list file..." >&2
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user