diff options
author | Martin Pool <mbp@samba.org> | 2001-09-06 06:06:13 +0000 |
---|---|---|
committer | Martin Pool <mbp@samba.org> | 2001-09-06 06:06:13 +0000 |
commit | 571a4b265410cdc6b8301580f2b04ee29cff214a (patch) | |
tree | 1e3d3b57e7b6a2e9eb135f7792e474c9e18cabed /runtests.sh | |
parent | 501972bf72bea1b291afd50e1752cbb007fcd0b6 (diff) | |
download | rsync-571a4b265410cdc6b8301580f2b04ee29cff214a.tar.gz rsync-571a4b265410cdc6b8301580f2b04ee29cff214a.tar.bz2 rsync-571a4b265410cdc6b8301580f2b04ee29cff214a.zip |
BSD machines don't seem to have head(1).
Diffstat (limited to 'runtests.sh')
-rwxr-xr-x | runtests.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/runtests.sh b/runtests.sh index c55f9cc1..9e4ee16d 100755 --- a/runtests.sh +++ b/runtests.sh @@ -95,6 +95,8 @@ # You cannot use "function foo {" syntax, but must instead say "foo() # {", or it breaks on FreeBSD. +# BSD machines tend not to have "head" or "seq". + # STILL TO DO: |