mirror of
https://github.com/scopatz/nanorc
synced 2025-06-20 13:40:07 +02:00
Shellcheck
This commit is contained in:
parent
2089e96452
commit
238a74c92c
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user