We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3be7753 commit 188c162Copy full SHA for 188c162
1 file changed
configure
@@ -165,7 +165,7 @@ printf "print_pkgs:\n" >> Makefile
165
printf "\t@echo \$(PKGS)\n\n" >> Makefile
166
printf "built/%%: tobuild/%%\n" >> Makefile
167
printf "\t@echo \"[xbps-src]\t\${@F}\"\n" >> Makefile
168
-printf "\t@( $XSC pkg \${@F}; [ \$\$? -eq 2 ] && exit 0 || exit \$\$? )\n" >> Makefile
+printf "\t@( $XSC pkg \${@F}; rval=\$\$?; [ \$\$rval -eq 2 ] && exit 0 || exit \$\$rval )\n" >> Makefile
169
printf "\t@touch \$@\n" >> Makefile
170
printf "\t@rm tobuild/\${@F}\n\n" >> Makefile
171
0 commit comments