Browse Source

fix for issue #529

pull/549/head
Phil 9 years ago
parent
commit
82fec979da
  1. 11
      functions/fn_insfix

11
functions/fn_insfix

@ -6,4 +6,13 @@
# Description: Resolves ./srcds_linux: error while loading shared libraries: libtier0.so: cannot open shared object file: No such file or directory
export LD_LIBRARY_PATH=:${filesdir}:${filesdir}/bin:{$LD_LIBRARY_PATH}
export LD_LIBRARY_PATH=:${filesdir}:${filesdir}/bin:{$LD_LIBRARY_PATH}
# fix for issue #529 - gamemode not passed to debug or start
if [ "${getopt}" == "debug" ]; then
defaultmap="\"${defaultmap}\""
else
defaultmap="\\\"${defaultmap}\\\""
fi
fn_parms

Loading…
Cancel
Save