diff options
author | Karolin Seeger <kseeger@samba.org> | 2008-09-22 08:53:40 -0700 |
---|---|---|
committer | Karolin Seeger <kseeger@samba.org> | 2008-09-22 09:03:35 -0700 |
commit | a99a176707cade1e6cc12c46a6ca689ef9ea1f16 (patch) | |
tree | f5f2e5455dbc7efc20ef987873084d11908c969d | |
parent | bee2b6c3a3890949bd87e1e4b8c6de010c808f4d (diff) | |
download | samba-a99a176707cade1e6cc12c46a6ca689ef9ea1f16.tar.gz |
create-tarball: Remove trailing/leading whitespaces.
Karolin
-rwxr-xr-x | release-scripts/create-tarball | 8 |
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} |