forked from mirrors/0ad
Add mod selection mod.
Includes some contributions by rada and sanderd17. This was SVN commit r15677.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
pyrogenesis=$(which pyrogenesis 2> /dev/null)
|
||||
if [ -x "$pyrogenesis" ] ; then
|
||||
"$pyrogenesis" "$@"
|
||||
"$pyrogenesis" -mod=public "$@"
|
||||
else
|
||||
echo "Error: pyrogenesis not found in ($PATH)"
|
||||
exit 1
|
||||
|
||||
Reference in New Issue
Block a user