removing substitution
parent
ac6acea97b
commit
56a95dba69
|
@ -25,7 +25,7 @@ in
|
||||||
target=''${args[1]}
|
target=''${args[1]}
|
||||||
|
|
||||||
if [ -d "''$target" ]; then
|
if [ -d "''$target" ]; then
|
||||||
if "''$(${pkgs.findutils}/bin/find "''$target" -maxdepth 0 -empty)"; then
|
if ${pkgs.findutils}/bin/find "''$target" -maxdepth 0 -empty; then
|
||||||
echo "~ Found Files at ''$target ~"
|
echo "~ Found Files at ''$target ~"
|
||||||
else
|
else
|
||||||
echo "~ No Files in ''$target ~"
|
echo "~ No Files in ''$target ~"
|
||||||
|
|
Loading…
Reference in New Issue