]> git.ipfire.org Git - thirdparty/rsync.git/commitdiff
You cannot do "export VAR=VALUE" all on one line; the export must be
authorMartin Pool <mbp@samba.org>
Thu, 6 Sep 2001 06:30:09 +0000 (06:30 +0000)
committerMartin Pool <mbp@samba.org>
Thu, 6 Sep 2001 06:30:09 +0000 (06:30 +0000)
separate from the assignment.  (SCO SysV)

runtests.sh
testsuite/daemon.test

index 9e4ee16d27c1a50c49283773b4b309d576f03696..64ba317304b67515c7b7d42391b308629bebe045 100755 (executable)
@@ -97,6 +97,9 @@
 
 # BSD machines tend not to have "head" or "seq".
 
+# You cannot do "export VAR=VALUE" all on one line; the export must be
+# separate from the assignment.  (SCO SysV)
+
 
 
 # STILL TO DO:
index 8b1cab1a2e6bc3ce4ffed15f99a94100449238f5..87ebc099e8288e2e714e3bd0314b768ab5711ebc 100644 (file)
@@ -26,6 +26,7 @@
 
 build_rsyncd_conf
 
-export RSYNC_CONNECT_PROG="$rsync_bin --config=$conf --daemon"
+RSYNC_CONNECT_PROG="$rsync_bin --config=$conf --daemon"
+export RSYNC_CONNECT_PROG
 
 $rsync_bin -v localhost::