We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b76db48 commit c5e843eCopy full SHA for c5e843e
tools/build/Makefile-Moar.in
@@ -73,7 +73,7 @@ manifest:
73
74
release: manifest
75
[ -n "$(VERSION)" ] || ( echo "\nTry 'make release VERSION=yyyy.mm'\n\n"; exit 1 )
76
- bash -c '[ "$$(cat VERSION)" == "$(VERSION)" ] || ( echo -e "\nVersion on command line and in VERSION file differ\n"; exit 1 )'
+ sh -c '[ "$$(cat VERSION)" == "$(VERSION)" ] || ( echo -e "\nVersion on command line and in VERSION file differ\n"; exit 1 )'
77
[ -d nqp-$(VERSION) ] || ln -s . nqp-$(VERSION)
78
$(PERL) -ne 'print "nqp-$(VERSION)/$$_"' MANIFEST |\
79
tar -zcv --owner=0 --group=0 --numeric-owner -T - -f nqp-$(VERSION).tar.gz
0 commit comments