aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite
diff options
context:
space:
mode:
authorWayne Davison <wayned@samba.org>2006-02-04 19:27:07 +0000
committerWayne Davison <wayned@samba.org>2006-02-04 19:27:07 +0000
commit5ef8c5c6d4c13a4123282c660ec4cd899081f366 (patch)
treec3ca0e2e56abe9b5542ae97f55b34c6418e0ae8a /testsuite
parent9b499e95373954240eaff3b43fcfc703035c9dc6 (diff)
downloadandroid_external_rsync-5ef8c5c6d4c13a4123282c660ec4cd899081f366.tar.gz
android_external_rsync-5ef8c5c6d4c13a4123282c660ec4cd899081f366.tar.bz2
android_external_rsync-5ef8c5c6d4c13a4123282c660ec4cd899081f366.zip
Tweaked a function declaraion.
Diffstat (limited to 'testsuite')
-rw-r--r--testsuite/rsync.fns2
1 files changed, 1 insertions, 1 deletions
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"
(