Portability fix.

Applied to the right file, this time.
master
Luka Vandervelden 2015-12-25 16:05:50 +01:00
parent e0ad046ebd
commit 7cc71afbe7
1 changed files with 1 additions and 1 deletions

View File

@ -457,7 +457,7 @@ function main {
for VAR in CC CFLAGS LDFLAGS DESTDIR; do
printf " @echo ' - ${fg_bold[blue]}%-14s${fg[white]}\${$VAR}${reset_color}'\n" "$VAR" >> $Makefile
done
for VAR _ in ${prefixes}; do
for VAR __ in ${prefixes}; do
printf " @echo ' - ${fg_bold[blue]}%-14s${fg[white]}\${$VAR}${reset_color}'\n" "$VAR" >> $Makefile
done