summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2011-08-17 23:56:07 +0200
committerDan McGee <dan@archlinux.org>2011-08-18 00:03:19 +0200
commit3ceef97799da9ec938dbade9e08e624ebb5fcea7 (patch)
tree9b4dc9f656e6b4775c1778ce51fada587fc73072 /scripts
parentb2688e95590a5f98ff3ed4d9561b4e3d4c203d1a (diff)
downloadpacman-3ceef97799da9ec938dbade9e08e624ebb5fcea7.tar.gz
pacman-3ceef97799da9ec938dbade9e08e624ebb5fcea7.tar.xz
Fix trailing whitespace in whole codebase
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'scripts')
-rw-r--r--scripts/makepkg.sh.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/makepkg.sh.in b/scripts/makepkg.sh.in
index f4640149..e73fdfa6 100644
--- a/scripts/makepkg.sh.in
+++ b/scripts/makepkg.sh.in
@@ -439,8 +439,8 @@ check_deps() {
local ret=0
local pmout
pmout=$(run_pacman -T "$@") || ret=$?
- set -E
-
+ set -E
+
if (( ret == 127 )); then #unresolved deps
echo "$pmout"
elif (( ret )); then
@@ -1531,7 +1531,7 @@ check_sanity() {
done
for i in 'changelog' 'install'; do
- local filelist=$(sed -n "s/^[[:space:]]*$i=//p" "$BUILDFILE")
+ local filelist=$(sed -n "s/^[[:space:]]*$i=//p" "$BUILDFILE")
local file
for file in $filelist; do
# evaluate any bash variables used