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

View File

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