resolution tests pwd dans false positive
This commit is contained in:
@@ -61,8 +61,8 @@ cd $(dirname $0)
|
||||
|
||||
|
||||
# default list of files to be use
|
||||
DEFAULT_FILES="$( find $DEFAULT_DIR | tail -n+2 )"
|
||||
DEFAULT_FILES_USAGE="$( find $DEFAULT_DIR_USAGE | tail -n+2 )"
|
||||
DEFAULT_FILES="$( find $DEFAULT_DIR -type f ! -iname ".*" -iname "*.sh" )"
|
||||
DEFAULT_FILES_USAGE="$( find $DEFAULT_DIR_USAGE -type f ! -iname ".*" -iname "*.sh" )"
|
||||
|
||||
# move project to a temp file
|
||||
mkdir -p tmp
|
||||
|
||||
Reference in New Issue
Block a user