fix escaping
parent
c5f2826c5d
commit
d9b88eb118
|
@ -26,7 +26,7 @@ in
|
|||
target=''${args[1]}
|
||||
|
||||
if [ -d "''$target" ]; then
|
||||
files=(''$target"/*")
|
||||
files=($target"/*")
|
||||
|
||||
if [[ ''$(''$files[@]) -gt 0 ]]; then
|
||||
echo "~ Found Files at ''$target ~"
|
||||
|
|
Loading…
Reference in New Issue