Fix files not appearing bug
This commit is contained in:
parent
3ae688eafa
commit
0eefceac9f
@ -186,7 +186,7 @@ for pattern in "$@"; do
|
|||||||
done
|
done
|
||||||
|
|
||||||
# If nothing was found
|
# If nothing was found
|
||||||
if [[ -z "${paths[*]}" ]]; then
|
if [[ -z "${files[*]}" ]]; then
|
||||||
color_output 'No files found, exiting' 'yellow'
|
color_output 'No files found, exiting' 'yellow'
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user