[pacman-dev] [PATCH] makepkg: include all hash types in integlist

Xyne xyne at archlinux.ca
Tue Sep 17 11:28:31 EDT 2013


Dave Reisner wrote:

>This isn't the right fix. It should be:
>
>  IFS=$'\n' read -rd '' -a integlist < <(get_integlist) 
>
>>  	else
>>  		integlist=("$@")
>>  	fi

Out of curiosity, what difference does it make? Is subshell invocation more
expensive than file substitution?


More information about the pacman-dev mailing list