mirror of
https://github.com/CISOfy/lynis.git
synced 2025-07-27 07:44:14 +02:00
Removed non-compatible code (eg AIX)
This commit is contained in:
parent
bca2d00ad7
commit
41d5d61a16
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user