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:
Pawel Jakub Dawidek 2005-01-30 11:04:13 +00:00
parent 317bb722c1
commit ffc8a3046c

View File

@ -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