X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=scripts%2Ffiles%2Frecursive_renlower.sh;h=b4ea3c79c10e990df23aeafc4983f7022cf5cbf9;hb=refs%2Fheads%2Fmain;hp=4d3f68deab81778fbde5c3e3c360838db7ec6a88;hpb=dbe3a7d9104352d69efdaa5eca600908ecc9bba8;p=feisty_meow.git diff --git a/scripts/files/recursive_renlower.sh b/scripts/files/recursive_renlower.sh index 4d3f68de..b4ea3c79 100644 --- a/scripts/files/recursive_renlower.sh +++ b/scripts/files/recursive_renlower.sh @@ -2,6 +2,6 @@ #need to support multiple names. for i; do #old find "$1" -type d -depth -print -exec perl $FEISTY_MEOW_SCRIPTS/renlower.pl {}/* ';' - find "$i" -depth -exec perl $FEISTY_MEOW_SCRIPTS/renlower.pl "{}" ';' + find "$i" -depth -exec perl $FEISTY_MEOW_SCRIPTS/files/renlower.pl "{}" ';' done