Skip to content
This repository was archived by the owner on Feb 21, 2024. It is now read-only.

Commit 49a8a34

Browse files
author
Sam Briesemeister
committed
Minor fix to Makefile for versioning logic
1 parent d57fc96 commit 49a8a34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ build: test
2929
python setup.py check build sdist bdist
3030

3131
upload: git-status-clean test commit-version build
32-
test -n `cat commit-version`
32+
test -s commit-version
3333
python setup.py ${DRYRUN_ARG} sdist bdist upload
3434

3535

0 commit comments

Comments
 (0)