hoisting the alias definitions up into a function, so we can track them and eventuall...
[feisty_meow.git] / scripts / buildor / gffs_builders.sh
index 21dbb59c739e5b33bf2a429d3df06495d38f76d5..af7273e3d4716d0c6393620b5268007403f409de 100644 (file)
@@ -3,7 +3,7 @@
 source "$FEISTY_MEOW_SCRIPTS/core/functions.sh"
 
 #hmmm: if this works well, we can use it in lots of places.
-alias BAIL_ON_FAIL='if [ $? -ne 0 ]; then echo "A problem occurred.  $msg"; return 1; fi'
+define_yeti_alias BAIL_ON_FAIL='if [ $? -ne 0 ]; then echo "A problem occurred.  $msg"; return 1; fi'
 
 function build_gffs()
 {