option -p fonctionne avec defaults files
This commit is contained in:
@@ -113,7 +113,13 @@ cd $(dirname $0)
|
||||
if [ "$file" = "-p" ]
|
||||
then
|
||||
PRINT=1
|
||||
continue
|
||||
if [ $# -eq 1 ]
|
||||
then
|
||||
LIST_FILES="$DEFAULT_FILES"
|
||||
break
|
||||
else
|
||||
continue
|
||||
fi
|
||||
fi
|
||||
find_path
|
||||
if [ -e "$file" ]
|
||||
|
||||
Reference in New Issue
Block a user