[pacman-dev] CVS update of pacman-lib/scripts (makepkg)
dan at archlinux.org
dan at archlinux.org
Wed Jan 31 20:18:22 EST 2007
Date: Wednesday, January 31, 2007 @ 20:18:22
Author: dan
Path: /home/cvs-pacman/pacman-lib/scripts
Modified: makepkg (1.35 -> 1.36)
removal of unnecessary '\' in integrity check generation
---------+
makepkg | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
Index: pacman-lib/scripts/makepkg
diff -u pacman-lib/scripts/makepkg:1.35 pacman-lib/scripts/makepkg:1.36
--- pacman-lib/scripts/makepkg:1.35 Thu Jan 25 20:26:08 2007
+++ pacman-lib/scripts/makepkg Wed Jan 31 20:18:22 2007
@@ -626,7 +626,6 @@
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 @@
if [ $ct -eq $numsrc ]; then
echo ')'
else
- echo ' \'
- newline=0
+ echo
fi
done
plain ""
More information about the pacman-dev
mailing list