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