summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2007-02-01 02:18:22 +0100
committerDan McGee <dan@archlinux.org>2007-02-01 02:18:22 +0100
commit55f406fd67afe91c8fb8878f452e481e2e8d1d50 (patch)
tree1d668d2253d97004e11c449e8802d90dc49185b5 /scripts
parentd97f357f03728c66edc2236386df51ace624e10b (diff)
downloadpacman-55f406fd67afe91c8fb8878f452e481e2e8d1d50.tar.gz
pacman-55f406fd67afe91c8fb8878f452e481e2e8d1d50.tar.xz
removal of unnecessary '\' in integrity check generation
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/makepkg4
1 files changed, 1 insertions, 3 deletions
diff --git a/scripts/makepkg b/scripts/makepkg
index 750b0e5f..47be63ac 100755
--- a/scripts/makepkg
+++ b/scripts/makepkg
@@ -626,7 +626,6 @@ else
msg "Generating ${integrity_name}s for source files"
plain ""
ct=0
- newline=0
numsrc=${#source[@]}
for netfile in "${source[@]}"; do
file=$(strip_url "$netfile")
@@ -641,8 +640,7 @@ else
if [ $ct -eq $numsrc ]; then
echo ')'
else
- echo ' \'
- newline=0
+ echo
fi
done
plain ""