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 9688072 commit 35a8fbcCopy full SHA for 35a8fbc
Makefile
@@ -63,7 +63,7 @@ clean:
63
.PHONY: clean
64
65
package: tools/box
66
- $(eval VERSION=$(shell (git describe --abbrev=0 --tags 2>/dev/null || echo "0.1-dev") | sed -e 's/^v//')))
+ $(eval VERSION=$(shell (git describe --abbrev=0 --tags 2>/dev/null || echo "0.1-dev") | sed -e 's/^v//'))
67
@rm -rf build/phar && mkdir -p build/phar
68
69
cp -r src LICENSE composer.json scoper.inc.php build/phar
0 commit comments