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 9e4ee16..64ba317 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 8b1cab1..87ebc09 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::