mirror of
https://github.com/freedoom/freedoom.git
synced 2025-09-02 16:25:47 -04:00
scripts/makepkgs: Fix grammar in error message
This commit is contained in:
parent
2c626f69f8
commit
b3fded3568
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ def run_command(command):
|
||||||
version = os.getenv("VERSION")
|
version = os.getenv("VERSION")
|
||||||
|
|
||||||
if version is None:
|
if version is None:
|
||||||
sys.stderr.write("Version not specific for release\n")
|
sys.stderr.write("Version not specified for release\n")
|
||||||
sys.exit(1)
|
sys.exit(1)
|
||||||
if version[0] is 'v':
|
if version[0] is 'v':
|
||||||
# Strip the leading 'v' from versioning
|
# Strip the leading 'v' from versioning
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue