From 833f14e6fe739de36cbef18658aab05057436636 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Sat, 24 Mar 2007 03:38:31 +0000 Subject: updated function syntax to be more strictly bourne shell compatible (i.e. removed bash syntax) svn path=/trunk/; revision=7514 --- scripts/checkout-developer-layout.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/checkout-developer-layout.sh') diff --git a/scripts/checkout-developer-layout.sh b/scripts/checkout-developer-layout.sh index 2f8cf9b4..d44c8762 100755 --- a/scripts/checkout-developer-layout.sh +++ b/scripts/checkout-developer-layout.sh @@ -10,7 +10,7 @@ # Be aware that SourceForge's anonymous CVS server is generally 24 hours # behind the authenticated CVS. -function print_usage () +print_usage () { echo " " echo "Usage: $0 [sourceforge ID]" -- cgit v1.2.1