From e136e0abe915e4affebd06936ab6bee4ec6c9604 Mon Sep 17 00:00:00 2001 From: Wengier Date: Wed, 29 Apr 2020 11:28:58 -0400 Subject: [PATCH] rename to use "dosbox-x" --- update-dosbox-reference-conf | 5 ----- update-dosbox-x-reference-conf | 5 +++++ 2 files changed, 5 insertions(+), 5 deletions(-) delete mode 100755 update-dosbox-reference-conf create mode 100755 update-dosbox-x-reference-conf diff --git a/update-dosbox-reference-conf b/update-dosbox-reference-conf deleted file mode 100755 index 41279f909..000000000 --- a/update-dosbox-reference-conf +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/bash -src/dosbox-x -c 'config -all -wc dosbox.reference.conf' -c 'exit' || exit 1 -sed $'s/$/\r/' 'dosbox.reference.conf' >'dosbox.reference.conf.tmp' || exit 1 -mv -v 'dosbox.reference.conf.tmp' 'dosbox.reference.conf' || exit 1 - diff --git a/update-dosbox-x-reference-conf b/update-dosbox-x-reference-conf new file mode 100755 index 000000000..34d7dc4df --- /dev/null +++ b/update-dosbox-x-reference-conf @@ -0,0 +1,5 @@ +#!/bin/bash +src/dosbox-x -c 'config -all -wc dosbox-x.reference.conf' -c 'exit' || exit 1 +sed $'s/$/\r/' 'dosbox-x.reference.conf' >'dosbox-x.reference.conf.tmp' || exit 1 +mv -v 'dosbox-x.reference.conf.tmp' 'dosbox-x.reference.conf' || exit 1 +