summaryrefslogtreecommitdiff
path: root/release-scripts
diff options
context:
space:
mode:
authorKarolin Seeger <kseeger@samba.org>2008-09-22 08:53:40 -0700
committerKarolin Seeger <kseeger@samba.org>2008-09-22 09:03:35 -0700
commita99a176707cade1e6cc12c46a6ca689ef9ea1f16 (patch)
treef5f2e5455dbc7efc20ef987873084d11908c969d /release-scripts
parentbee2b6c3a3890949bd87e1e4b8c6de010c808f4d (diff)
downloadsamba-a99a176707cade1e6cc12c46a6ca689ef9ea1f16.tar.gz
create-tarball: Remove trailing/leading whitespaces.
Karolin
Diffstat (limited to 'release-scripts')
-rwxr-xr-xrelease-scripts/create-tarball8
1 files changed, 4 insertions, 4 deletions
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}