summaryrefslogtreecommitdiff
path: root/scripts/create.sh
diff options
context:
space:
mode:
authorWaldemar Brodkorb <mail@waldemar-brodkorb.de>2013-11-08 19:09:04 +0100
committerWaldemar Brodkorb <mail@waldemar-brodkorb.de>2013-11-08 19:09:04 +0100
commit8d47e5dc63b6a77081af0ef9c2cf7d0d1e14526d (patch)
treed63aa26fd3e4d590b012b39d4538a2e4fb9427c4 /scripts/create.sh
parent469acc7436396245e1eaa3091bbc65f99716c824 (diff)
refresh mksh version number
Diffstat (limited to 'scripts/create.sh')
-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)