removing substitution

main
Zynh Ludwig 2024-08-01 02:55:40 -07:00
parent ac6acea97b
commit 56a95dba69
1 changed files with 1 additions and 1 deletions

View File

@ -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 ~"