From: Martin Pool Date: Thu, 16 Aug 2001 08:13:13 +0000 (+0000) Subject: Use set -x until this script works properly. X-Git-Tag: mbp_bk_export0~94 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2ee91aedb1cd1e7935bca55788ba5a2490f3069e;p=thirdparty%2Frsync.git Use set -x until this script works properly. --- diff --git a/testsuite/rsync-hello.test b/testsuite/rsync-hello.test index 86527247..75db77f1 100755 --- a/testsuite/rsync-hello.test +++ b/testsuite/rsync-hello.test @@ -1,5 +1,7 @@ #! /bin/sh +set -x + . rsync.fns "$rsync" --version || exit 1