1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34:15 +03:00

create-tarball: Remove trailing/leading whitespaces.

Karolin
This commit is contained in:
Karolin Seeger 2008-09-22 08:53:40 -07:00
parent bee2b6c3a3
commit a99a176707

View File

@ -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}