diff scripts/build_pd_heavy.sh @ 430:2e01a9d6cb58 prerelease

Removed all the function()
author Giulio Moro <giuliomoro@yahoo.it>
date Thu, 16 Jun 2016 19:25:01 +0100
parents b27676f871d7
children cfd1f896cc6f
line wrap: on
line diff
--- a/scripts/build_pd_heavy.sh	Thu Jun 16 19:21:46 2016 +0100
+++ b/scripts/build_pd_heavy.sh	Thu Jun 16 19:25:01 2016 +0100
@@ -44,7 +44,7 @@
 fi;
 
 
-function usage
+usage ()
 {
 printf "\nUSAGE: build_pd.sh [[-i input folder containing _main.pd file ]\
  [-o output folder for new heavy project .c files (default ../projects/heavy/hvtemp)]\
@@ -100,7 +100,7 @@
   RELEASE_STRING="-r $release"
 fi
 
-function uploadBuildRun(){
+uploadBuildRun(){
     if [ $NO_UPLOAD -eq 0 ]; then
         # remove old static files to avoid obsolete errors
         # use -rf to prevent warnings in case they do not exist