6dbe471130
The option does not do anything so check that the output of 'set +o' is different.
5 lines
108 B
Plaintext
5 lines
108 B
Plaintext
# $FreeBSD$
|
|
|
|
settings1=$(set +o) && set -o nolog && settings2=$(set +o) &&
|
|
[ "$settings1" != "$settings2" ]
|