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:
parent
bee2b6c3a3
commit
a99a176707
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user