bugfix...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2024-10-23 00:31:51 +03:00
parent cb9f951531
commit 9db7680605

View File

@ -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