mirror of https://github.com/CISOfy/lynis.git
Removed non-compatible code (eg AIX)
This commit is contained in:
parent
bca2d00ad7
commit
41d5d61a16
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue