nice new tool to show version of feisty meow
[feisty_meow.git] / scripts / files / recursive_whack_dupes.sh
index a972e6d298faf27327c194862197491adff081f3..3978f3fe8cbb7388d20fa312734b26e8cd208a8d 100644 (file)
@@ -43,7 +43,7 @@ pushd $whack_dir &>/dev/null
 
 for i in $(find . -depth -mindepth 1 -type d \
     -exec echo {} ';' | sed -e 's/^.\///'); do
-  bash $SHELLDIR/whack_dupes_dir.sh $exemplar_dir/$i $i
+  bash $FEISTY_MEOW_SCRIPTS/whack_dupes_dir.sh $exemplar_dir/$i $i
 done
 
 # get back to where we started.