added back in sourcing of functions.sh where date_stringer is needed.
[feisty_meow.git] / scripts / buildor / stdbuild.sh
index a9fb23cc4e090da6847c894c61d020f722545f90..a084d3b1fd8dbeb91a641358dc3ec3da137f7435 100644 (file)
@@ -5,6 +5,8 @@
 #
 # go to the main folder of the project you're building before you run this.
 
+source "$FEISTY_MEOW_SCRIPTS/core/functions.sh"
+
 echo "$(date_stringer)"
 echo "Building application from $(\pwd)"
 echo "    via standard 'configure;make;sudo make install' process..."