cleaned up many variable usages, etc.
[feisty_meow.git] / scripts / multimedia / play_random.sh
index 700dff51eb7ed22328c05e9773243e67f54bd91b..b2e824fc19216bb203b3a01c0330ae98498215d5 100644 (file)
@@ -25,7 +25,7 @@ if [ ! -z "$grunty" ]; then
   done
 
   # now play the file
-  bash $SHELLDIR/sound_play.sh $TO_PLAY
+  bash $FEISTY_MEOW_SCRIPTS/sound_play.sh $TO_PLAY
 
 fi