diff options
-rwxr-xr-x | scripts/makepkg | 4 |
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 "" |