mirror of
https://github.com/opnsense/src.git
synced 2026-06-14 19:20:18 -04:00
Forced commit, to provide correct commit message for r201440:
Don't complain when we encounter the "cache" source, it's valid. Also fix the error message to include a line feed and not include a stray comma. PR: bin/121671 Submitted by: Artis Caune artis.caune gmail.com Approved by: ed (mentor) MFC after: 2 weeks While here, change "> /dev/stderr" for more usual ">&2" Submitted by: jilles
This commit is contained in:
parent
2f70892f19
commit
4c40efa74a
1 changed files with 1 additions and 1 deletions
|
|
@ -80,7 +80,7 @@ generate_host_conf()
|
|||
cache | *=*)
|
||||
;;
|
||||
*)
|
||||
printf "Warning: unrecognized source [%s]\n" $_s > "/dev/stderr"
|
||||
printf "Warning: unrecognized source [%s]\n" $_s >&2
|
||||
;;
|
||||
esac
|
||||
done
|
||||
|
|
|
|||
Loading…
Reference in a new issue