diff options
Diffstat (limited to 'scripts/mksh.sh')
| -rw-r--r-- | scripts/mksh.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mksh.sh b/scripts/mksh.sh index e4dcd59..ce9d471 100644 --- a/scripts/mksh.sh +++ b/scripts/mksh.sh @@ -2,7 +2,7 @@ . ./.vars VERSION="R56c" cd $build_dir -tar xfzv ${dist_dir}/mksh-$VERSION.tgz +gzip -dc < ${dist_dir}/mksh-$VERSION.tgz | tar -xvf - cd mksh export LDFLAGS="-static" export CC="musl-gcc" |
