mirror of
https://github.com/moparisthebest/pacman
synced 2024-12-22 15:58:50 -05:00
removal of unnecessary '\' in integrity check generation
This commit is contained in:
parent
d97f357f03
commit
55f406fd67
@ -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 ""
|
||||
|
Loading…
Reference in New Issue
Block a user