Removed non-compatible code (eg AIX)

This commit is contained in:
Michael Boelen 2019-01-31 14:27:36 +01:00
parent bca2d00ad7
commit 41d5d61a16
No known key found for this signature in database
GPG Key ID: 26141F77A09D7F04
1 changed files with 3 additions and 3 deletions

View File

@ -496,11 +496,11 @@
INDENT=$1
;;
--result)
shift $(( $# > 0 ? 1 : 0 ))
shift
RESULT=$1
;;
--text)
shift $(( $# > 0 ? 1 : 0 ))
shift
TEXT=$1
;;
*)
@ -509,7 +509,7 @@
;;
esac
# Go to next parameter
shift $(( $# > 0 ? 1 : 0 ))
shift
done
if [ -z "${RESULT}" ]; then