Commit 6dec12aff0427072e9a155590ce02130aa3d7663

Authored by Georg Hopp
1 parent 36f5fb37

again a small fix...

Showing 1 changed file with 1 additions and 1 deletions
... ... @@ -12,7 +12,7 @@ EXE="$1"; shift
12 12
13 13 case "$(file -b "${EXE}")" in
14 14 *DOS*)
15   - local CONFIG="${HOME}/.dosbox/$(basename "${EXE}").conf"
  15 + CONFIG="${HOME}/.dosbox/$(basename "${EXE}").conf"
16 16 if [ ! \( -e "${CONFIG}" \) ]
17 17 then
18 18 cp "${HOME}/.dosbox/dosbox-SVN.conf" "${CONFIG}"
... ...
Please register or login to post a comment