summaryrefslogtreecommitdiffstats
path: root/bin/common-functions.sh
diff options
context:
space:
mode:
authorAlexander Couzens <lynxis@fe80.eu>2015-12-10 15:10:42 +0100
committerHolger Levsen <holger@layer-acht.org>2015-12-10 15:21:30 +0100
commit067ef0669532b0aae183fd209c821170ae507d95 (patch)
tree5635b3a251f1eb3c36b37e86317ffb9fca423cb1 /bin/common-functions.sh
parent15e14ee36757eabbd22286a67fdda19d3e6fd70f (diff)
downloadjenkins.debian.net-067ef0669532b0aae183fd209c821170ae507d95.tar.xz
reproducible *.sh fix whitespaces
Diffstat (limited to 'bin/common-functions.sh')
-rwxr-xr-xbin/common-functions.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/common-functions.sh b/bin/common-functions.sh
index d828ce93..1f2715e7 100755
--- a/bin/common-functions.sh
+++ b/bin/common-functions.sh
@@ -3,7 +3,7 @@
# Copyright 2014-2015 Holger Levsen <holger@layer-acht.org>
# released under the GPLv=2
-common_cleanup(){
+common_cleanup() {
echo "$(date) - $0 stopped running as $TTT, which will now be removed."
rm -f $TTT
}
@@ -101,7 +101,7 @@ else
fi
}
-publish_changes_to_userContent(){
+publish_changes_to_userContent() {
echo "Extracting contents from .deb files..."
CHANGES=$1
CHANNEL=$2