aboutsummaryrefslogtreecommitdiff
path: root/scripts/auto-build/pd-devel-auto-builder.sh
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2008-09-30 08:26:59 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2008-09-30 08:26:59 +0000
commit5c29d9a8ff3db169a7b65ac6ccb619a984697533 (patch)
treec8227bc7b70e8ecea1306a12e285283c877b3ab1 /scripts/auto-build/pd-devel-auto-builder.sh
parent7041544052f895187f2371d0c143911aefa69a6e (diff)
replaced `` syntax with $();
added a 1-before-last line to the logfile indicating the uploaded package (LATER use this to rename the logfile to something more meaningful; FIRST wait whether everything still works...) svn path=/trunk/; revision=10317
Diffstat (limited to 'scripts/auto-build/pd-devel-auto-builder.sh')
-rw-r--r--scripts/auto-build/pd-devel-auto-builder.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/auto-build/pd-devel-auto-builder.sh b/scripts/auto-build/pd-devel-auto-builder.sh
index b4a2a6d4..2bd4b94f 100644
--- a/scripts/auto-build/pd-devel-auto-builder.sh
+++ b/scripts/auto-build/pd-devel-auto-builder.sh
@@ -1,11 +1,11 @@
#!/bin/sh
# the source dir where this script is
-SCRIPT_DIR=`echo $0 | sed 's|\(.*\)/.*$|\1|'`
+SCRIPT_DIR=$(echo $0 | sed 's|\(.*\)/.*$|\1|')
. $SCRIPT_DIR/auto-build-common
# the name of this script
-SCRIPT=`echo $0| sed 's|.*/\(.*\)|\1|g'`
+SCRIPT=$(echo $0| sed 's|.*/\(.*\)|\1|g')
case $SYSTEM in
linux)