From 5ef8c5c6d4c13a4123282c660ec4cd899081f366 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Sat, 4 Feb 2006 19:27:07 +0000 Subject: [PATCH] Tweaked a function declaraion. --- testsuite/rsync.fns | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testsuite/rsync.fns b/testsuite/rsync.fns index 73e36eed..943c3d31 100644 --- a/testsuite/rsync.fns +++ b/testsuite/rsync.fns @@ -144,7 +144,7 @@ hands_setup() { #################### # Many machines do not have "mkdir -p", so we have to build up long paths. # How boring. -makepath () { +makepath() { echo " makepath $1" p="$1" ( -- 2.34.1