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