From: Karolin Seeger Date: Mon, 22 Sep 2008 15:53:40 +0000 (-0700) Subject: create-tarball: Remove trailing/leading whitespaces. X-Git-Tag: samba-4.0.0alpha6~769^2~260^2~45 X-Git-Url: http://git.samba.org/samba.git/?p=sfrench%2Fsamba-autobuild%2F.git;a=commitdiff_plain;h=a99a176707cade1e6cc12c46a6ca689ef9ea1f16 create-tarball: Remove trailing/leading whitespaces. Karolin --- diff --git a/release-scripts/create-tarball b/release-scripts/create-tarball index 3463f012a5b..1ce88941bad 100755 --- a/release-scripts/create-tarball +++ b/release-scripts/create-tarball @@ -38,7 +38,7 @@ function printUsage } ## -## Parse the command line options +## Parse the command line options ## function parseOptions @@ -115,7 +115,7 @@ function buildDocs rsync -av "${OPT_DOCSDIR}"/ docs/ exitOnError $? "Failed top copy docs from ${OPT_DOCSDIR}" - + return 0 fi @@ -163,11 +163,11 @@ function createReleaseTag ## ## Main driver ## -function main +function main { parseOptions "$@" exitOnError $? "Failed to parse options" - + cd $TOPDIR git-checkout ${OPT_BRANCH}