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

Removed all the function()
author Giulio Moro <giuliomoro@yahoo.it>
date Thu, 16 Jun 2016 19:25:01 +0100
parents 99de323c13b3
children e49ae69acbe8
line wrap: on
line diff
--- a/scripts/run_pd_libpd.sh	Thu Jun 16 19:21:46 2016 +0100
+++ b/scripts/run_pd_libpd.sh	Thu Jun 16 19:25:01 2016 +0100
@@ -12,7 +12,7 @@
 RUN_IN_FOREGROUND=0
 RUN_WITHOUT_SCREEN=0
 
-function usage
+usage()
 {
     THIS_SCRIPT=`basename "$0"`
     echo "Usage: $THIS_SCRIPT [-c command-line-args] [-nfF] <directory-with-source-files>"