summaryrefslogtreecommitdiff
path: root/netware/BUILD/mwasmnlm
diff options
context:
space:
mode:
Diffstat (limited to 'netware/BUILD/mwasmnlm')
-rwxr-xr-xnetware/BUILD/mwasmnlm11
1 files changed, 0 insertions, 11 deletions
diff --git a/netware/BUILD/mwasmnlm b/netware/BUILD/mwasmnlm
deleted file mode 100755
index 11fc2bc3842..00000000000
--- a/netware/BUILD/mwasmnlm
+++ /dev/null
@@ -1,11 +0,0 @@
-#! /bin/sh
-
-# stop on errors
-set -e
-
-args=" $*"
-
-# NOTE: Option 'pipefail' is not standard sh
-set -o pipefail
-wine --debugmsg -all -- mwasmnlm $args | \
-perl -pe 's/\r//g; s/^\e.*\e(\[J|>)?//; s/[[^:print:]]//g'