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