summaryrefslogtreecommitdiff
path: root/build_tools
diff options
context:
space:
mode:
authorSean Bright <sean.bright@gmail.com>2017-12-22 09:23:22 -0500
committerSean Bright <sean.bright@gmail.com>2017-12-22 09:23:22 -0500
commitfd0ca1c3f9b972a52d48a82b492fd6bac772dc78 (patch)
tree42d2a87726d196f4db1c68489007520a4c597062 /build_tools
parent9ef97b5a9191e51f1edc66bb17728fd9fe552c35 (diff)
Remove as much trailing whitespace as possible.
Change-Id: I873c1c6d00f447269bd841494459efccdd2c19c0
Diffstat (limited to 'build_tools')
-rwxr-xr-xbuild_tools/make_buildopts_h2
-rwxr-xr-xbuild_tools/make_defaults_h2
-rwxr-xr-xbuild_tools/make_sample_voicemail6
-rwxr-xr-xbuild_tools/make_version6
-rwxr-xr-xbuild_tools/sha1sum-sh1
5 files changed, 8 insertions, 9 deletions
diff --git a/build_tools/make_buildopts_h b/build_tools/make_buildopts_h
index 900e984e2..3ba4cb9dd 100755
--- a/build_tools/make_buildopts_h
+++ b/build_tools/make_buildopts_h
@@ -5,7 +5,7 @@ MD5=${MD5:-md5sum}
cat << END
/*
- * buildopts.h
+ * buildopts.h
* Automatically generated
*/
diff --git a/build_tools/make_defaults_h b/build_tools/make_defaults_h
index e6051e5f7..4a9fb5521 100755
--- a/build_tools/make_defaults_h
+++ b/build_tools/make_defaults_h
@@ -1,7 +1,7 @@
#!/bin/sh
cat << END
/*
- * defaults.h
+ * defaults.h
* Automatically generated from build options,
* only used in main/asterisk.c
*/
diff --git a/build_tools/make_sample_voicemail b/build_tools/make_sample_voicemail
index 78062dd70..db0e84774 100755
--- a/build_tools/make_sample_voicemail
+++ b/build_tools/make_sample_voicemail
@@ -7,16 +7,16 @@ for lang in /en/ /fr/ /es/
[ ! -f "${1}/sounds${lang}vm-isunavail.${format}" ] && continue
mkdir -p "${2}/voicemail/default/1234${lang}"
-
+
: > "${2}/voicemail/default/1234${lang}unavail.${format}"
-
+
for file in vm-theperson digits/1 digits/2 digits/3 digits/4 vm-isunavail
do
cat "${1}/sounds${lang}${file}.${format}" >> "${2}/voicemail/default/1234${lang}unavail.${format}"
done
: > "${2}/voicemail/default/1234${lang}busy.${format}"
-
+
for file in vm-theperson digits/1 digits/2 digits/3 digits/4 vm-isonphone
do
cat "${1}/sounds${lang}${file}.${format}" >> "${2}/voicemail/default/1234${lang}busy.${format}"
diff --git a/build_tools/make_version b/build_tools/make_version
index 3e0f4a0b0..ce3bf6e13 100755
--- a/build_tools/make_version
+++ b/build_tools/make_version
@@ -89,13 +89,13 @@ elif [ -d ${1}/.git ]; then
if [ -z ${GIT} ]; then
GIT="git"
fi
-
+
if ! command -v ${GIT} >/dev/null 2>&1; then
echo "UNKNOWN__and_probably_unsupported"
exit 1
fi
- cd ${1}
-
+ cd ${1}
+
# If the first log commit messages indicates that this is checked into
# subversion, we'll just use the SVN- form of the revision.
MODIFIED=""
diff --git a/build_tools/sha1sum-sh b/build_tools/sha1sum-sh
index 33d53f1b5..5fd2a63fb 100755
--- a/build_tools/sha1sum-sh
+++ b/build_tools/sha1sum-sh
@@ -68,4 +68,3 @@ else
exit 1
fi
fi
-