mirror of
https://github.com/opnsense/src.git
synced 2026-04-24 15:48:48 -04:00
Add a comment which explain why we need to use special function instead of
tr(1)/sed(1)/awk(1).
This commit is contained in:
parent
317bb722c1
commit
ffc8a3046c
1 changed files with 2 additions and 0 deletions
|
|
@ -18,6 +18,8 @@ start_cmd="gbde_start"
|
|||
stop_cmd="gbde_stop"
|
||||
|
||||
# Change every ${_src} in ${_str} to ${_dst}.
|
||||
# We cannot use tr(1), sed(1) nor awk(1) here, because this script is executed
|
||||
# before /usr is mounted.
|
||||
local_tr()
|
||||
{
|
||||
_str=$1
|
||||
|
|
|
|||
Loading…
Reference in a new issue