mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Simplify and add PR 77067 which addresses the same bug.
This commit is contained in:
parent
e4da09c03f
commit
7784798d1b
1 changed files with 3 additions and 3 deletions
|
|
@ -1,10 +1,10 @@
|
|||
# $FreeBSD$
|
||||
set -e
|
||||
|
||||
# PR 85267
|
||||
# PR 77067, 85267
|
||||
f() {
|
||||
false || return 1
|
||||
return 0
|
||||
return 1
|
||||
true
|
||||
}
|
||||
|
||||
f || true
|
||||
|
|
|
|||
Loading…
Reference in a new issue