1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-08 21:18:16 +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 function parseOptions
@ -115,7 +115,7 @@ function buildDocs
rsync -av "${OPT_DOCSDIR}"/ docs/ rsync -av "${OPT_DOCSDIR}"/ docs/
exitOnError $? "Failed top copy docs from ${OPT_DOCSDIR}" exitOnError $? "Failed top copy docs from ${OPT_DOCSDIR}"
return 0 return 0
fi fi
@ -163,11 +163,11 @@ function createReleaseTag
## ##
## Main driver ## Main driver
## ##
function main function main
{ {
parseOptions "$@" parseOptions "$@"
exitOnError $? "Failed to parse options" exitOnError $? "Failed to parse options"
cd $TOPDIR cd $TOPDIR
git-checkout ${OPT_BRANCH} git-checkout ${OPT_BRANCH}