mirror of
https://github.com/opnsense/src.git
synced 2026-06-14 19:20:18 -04:00
release/vm: empty sh functions are disallowed
This happens to work with FreeBSD's shell, but is rejected by dash and bash. Reported by: def Reviewed by: emaste Sponsored by: DARPA, AFRL Differential Revision: https://reviews.freebsd.org/D49526
This commit is contained in:
parent
066e44b13e
commit
9eb6cdafe5
1 changed files with 1 additions and 0 deletions
|
|
@ -53,6 +53,7 @@ vm_create_base() {
|
|||
|
||||
vm_copy_base() {
|
||||
# Defunct
|
||||
return 0
|
||||
}
|
||||
|
||||
vm_install_base() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue