diff options
author | P. J. McDermott <pjm@nac.net> | 2012-10-27 18:14:44 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2012-10-27 18:14:44 (EDT) |
commit | 8f44ced2f88e8775a2f38c6502d67fed063fe6db (patch) | |
tree | f87a695e928c97a233390f7f26438dc0e76feef8 | |
parent | bb839b71b05c8123b345ac3c36dccc1a49e053f7 (diff) |
Simplify a comment in ob_parse_dep().
-rw-r--r-- | lib/deps.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/deps.sh b/lib/deps.sh index 853e55b..64ca116 100644 --- a/lib/deps.sh +++ b/lib/deps.sh @@ -111,7 +111,7 @@ ob_parse_dep() return ${?} fi - # <pkg>[:<archqual>] [(<rel> <ver>)] [\[<arches>\]] [\<<plats>\>] + # pkg[:archqual] [(rel ver)] [\[arches\]] [<plats>] _obpd_pkgarchqual="${_obpd_dep%% *}" _obpd_dep=" ${_obpd_dep#* }" |