mirror of
https://github.com/tonydamage/nux-env.git
synced 2025-12-11 13:24:28 +01:00
Fixed grep warning
This commit is contained in:
parent
f7cc096d99
commit
2cafd11657
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@
|
|||
|
||||
function :comment source {
|
||||
if nux.check.file.exists "$source" ; then
|
||||
grep -E "^\#\#( |$)" "$source" \
|
||||
grep -E "^##( |$)" "$source" \
|
||||
| cut -d\# -f3- \
|
||||
| cut -d" " -f2- \
|
||||
| nux.help.shelldoc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue