1
0
Fork 0
mirror of https://github.com/notwa/rc synced 2024-06-25 16:57:12 -07:00

fix a local var that i missed

This commit is contained in:
Connor Olding 2021-10-01 11:00:09 -07:00
parent aa08541a33
commit c53605031a

2
sh/e
View File

@ -35,7 +35,7 @@ e() { ### @-
return
fi
local f needroot=0
local f= needroot=0
for f in "$@"; do
# easy: file exists, we have write permissions
[ -w "$f" ] && continue