From a99a176707cade1e6cc12c46a6ca689ef9ea1f16 Mon Sep 17 00:00:00 2001 From: Karolin Seeger Date: Mon, 22 Sep 2008 08:53:40 -0700 Subject: create-tarball: Remove trailing/leading whitespaces. Karolin --- release-scripts/create-tarball | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'release-scripts') diff --git a/release-scripts/create-tarball b/release-scripts/create-tarball index 3463f012a5..1ce88941ba 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} -- cgit