Shellcheck

This commit is contained in:
Tiago Almeida 2019-12-11 19:32:38 +00:00
parent 2089e96452
commit 238a74c92c

View File

@ -149,7 +149,7 @@ f_get_nanorcs(){
if cd nanorc/; then if cd nanorc/; then
printf "\n Error: Cannot open or access '%s' directory." "nanorc/" printf "\n Error: Cannot open or access '%s' directory." "nanorc/"
exit 1 exit 1
done fi
for file in *; do for file in *; do
[ -e "$file" ] || continue [ -e "$file" ] || continue