Skip to content

Commit 188c162

Browse files
author
Juan RP
committed
configure: improve previous a bit more.
1 parent 3be7753 commit 188c162

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

configure

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ printf "print_pkgs:\n" >> Makefile
165165
printf "\t@echo \$(PKGS)\n\n" >> Makefile
166166
printf "built/%%: tobuild/%%\n" >> Makefile
167167
printf "\t@echo \"[xbps-src]\t\${@F}\"\n" >> Makefile
168-
printf "\t@( $XSC pkg \${@F}; [ \$\$? -eq 2 ] && exit 0 || exit \$\$? )\n" >> Makefile
168+
printf "\t@( $XSC pkg \${@F}; rval=\$\$?; [ \$\$rval -eq 2 ] && exit 0 || exit \$\$rval )\n" >> Makefile
169169
printf "\t@touch \$@\n" >> Makefile
170170
printf "\t@rm tobuild/\${@F}\n\n" >> Makefile
171171

0 commit comments

Comments
 (0)