nice changes to enable an shunit test to be called without requiring an
[feisty_meow.git] / scripts / multimedia / sound_play.sh
index 36652ff2b42e2ddf5b093e3608a5178e78240de8..f499d30ba349a28b4d868c7c4ab48fafa2a7082f 100644 (file)
@@ -2,7 +2,7 @@
 
 # play the sound files specified.
 
-source "$SHELLDIR/core/functions.sh"  # provides psfind.
+source "$FEISTY_MEOW_SCRIPTS/core/functions.sh"  # provides psfind.
 
 if [ $# -lt 1 ]; then
   #echo no sound file specified.
@@ -30,3 +30,4 @@ fi
 for i in $*; do $PLAYCMD $i >/dev/null 2>&1; done
 
 exit 0
+