summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-11-09 12:12:51 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2013-11-09 12:12:51 +0100
commit660e6fcdf88641708ee119c4ad4399694fe57270 (patch)
tree4f3c1455af7aaa30e56240b07fa1c399deaa98fa /scripts
parente6a5c471156b3e184c33296b21f3135427437784 (diff)
parent656a95dc692c19425974ff238dea9a68fb113e40 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/create.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/create.sh b/scripts/create.sh
index e96f4db77..ef6e644ab 100755
--- a/scripts/create.sh
+++ b/scripts/create.sh
@@ -37,7 +37,7 @@ esac
test -n "$KSH_VERSION" || if ! which mksh >/dev/null 2>&1; then
make package=mksh fetch || exit 1
- df=mksh-R40f.cpio.gz
+ df=mksh-R48b.tgz
rm -rf build_mksh
mkdir -p build_mksh
gzip -dc dl/"$df" | (cd build_mksh; cpio -mid)