Browse Source

again a small fix...

master
Georg Hopp 9 years ago
parent
commit
6dec12aff0
  1. 2
      exelaunch.sh

2
exelaunch.sh

@ -12,7 +12,7 @@ EXE="$1"; shift
case "$(file -b "${EXE}")" in case "$(file -b "${EXE}")" in
*DOS*) *DOS*)
local CONFIG="${HOME}/.dosbox/$(basename "${EXE}").conf"
CONFIG="${HOME}/.dosbox/$(basename "${EXE}").conf"
if [ ! \( -e "${CONFIG}" \) ] if [ ! \( -e "${CONFIG}" \) ]
then then
cp "${HOME}/.dosbox/dosbox-SVN.conf" "${CONFIG}" cp "${HOME}/.dosbox/dosbox-SVN.conf" "${CONFIG}"

Loading…
Cancel
Save