Skip to content

Commit

Permalink
Merge pull request #38139 from damien/pass-launcher-cli-flags-to-bin
Browse files Browse the repository at this point in the history
Pass CLI arguments from cataclysm-launcher shell script to cataclysm binary
  • Loading branch information
ZhilkinSerg authored Feb 18, 2020
2 parents 652b8cc + eab11a2 commit da46afc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cataclysm-launcher
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ fi

if [ "$BIN" ]
then
exec "./$BIN"
exec ./$BIN $@
else
echo "Couldn't find cataclysm game binary in $DIR/"
exit 1
Expand Down

0 comments on commit da46afc

Please sign in to comment.