mirror of
https://github.com/alliedmodders/metamod-source.git
synced 2025-01-19 08:52:34 +01:00
Fixed bug in bootstrapper.
This commit is contained in:
parent
daef40e504
commit
906dda1bfd
@ -20,5 +20,5 @@ if ($^O eq "linux")
|
|||||||
Build::Command("flip -u support/versionchanger.pl");
|
Build::Command("flip -u support/versionchanger.pl");
|
||||||
Build::Command("chmod +x support/versionchanger.pl");
|
Build::Command("chmod +x support/versionchanger.pl");
|
||||||
}
|
}
|
||||||
Build::Command(Build::PathFormat('support/versionchanger.pl') . '--buildstring="-dev"');
|
Build::Command(Build::PathFormat('support/versionchanger.pl') . ' --buildstring="-dev"');
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user