mirror of
https://github.com/CISOfy/lynis.git
synced 2025-07-25 23:05:01 +02:00
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…
x
Reference in New Issue
Block a user