summaryrefslogtreecommitdiff
path: root/runtests.sh
diff options
context:
space:
mode:
authorMartin Pool <mbp@samba.org>2001-08-31 09:26:34 +0000
committerMartin Pool <mbp@samba.org>2001-08-31 09:26:34 +0000
commit4a7cb3e8a82c5b641ef4344a41af33847922f4c2 (patch)
tree8c30356cbff2a69d55f2535106aa2f91cce64f78 /runtests.sh
parent0de40240bbe5d1edc85bdf32e5c014be88a3a14a (diff)
downloadrsync-4a7cb3e8a82c5b641ef4344a41af33847922f4c2.tar.gz
Fix sh syntax for FreeBSD.
Diffstat (limited to 'runtests.sh')
-rwxr-xr-xruntests.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/runtests.sh b/runtests.sh
index 5c672dd2..77a2fa97 100755
--- a/runtests.sh
+++ b/runtests.sh
@@ -92,6 +92,9 @@
# they're in POSIX 1003.2, and since the build farm relies on them
# they're probably working on most machines we really care about.
+# You cannot use "function foo {" syntax, but must instead say "foo()
+# {", or it breaks on FreeBSD.
+
set -e