mirror of
https://github.com/opnsense/src.git
synced 2026-07-16 12:33:07 -04:00
Turns out that bash whines line a spoiled three year old when it
encounters empty function. Put the 'true' passifier back. This effectively backs out r264857. Submitted by: Garrett Cooper
This commit is contained in:
parent
e0889c85fa
commit
19808f0fc2
1 changed files with 1 additions and 0 deletions
|
|
@ -637,6 +637,7 @@ last_orders () (
|
|||
# after the build completed, for instance to copy the finished
|
||||
# image to a more convenient place:
|
||||
# cp ${NANO_DISKIMGDIR}/_.disk.image /home/ftp/pub/nanobsd.disk
|
||||
true
|
||||
)
|
||||
|
||||
#######################################################################
|
||||
|
|
|
|||
Loading…
Reference in a new issue