aboutsummaryrefslogtreecommitdiff
path: root/scripts/auto-build/pure-data-rsync
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/auto-build/pure-data-rsync')
-rwxr-xr-xscripts/auto-build/pure-data-rsync4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/auto-build/pure-data-rsync b/scripts/auto-build/pure-data-rsync
index 96889a52..9fed6bcc 100755
--- a/scripts/auto-build/pure-data-rsync
+++ b/scripts/auto-build/pure-data-rsync
@@ -2,11 +2,11 @@
# rsync the CVS source files from SourceForge to make a local copy
# 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')
LOGFILE=/home/pd/logs/${DATE}_${TIME}_-_${SCRIPT}_-_${SYSTEM}.txt