mirror of
https://github.com/hectorm/hblock.git
synced 2026-04-22 23:16:36 +05:30
Added message when reading custom section
This commit is contained in:
parent
96622cd7f7
commit
1a306925a6
1 changed files with 1 additions and 0 deletions
1
hblock
1
hblock
|
|
@ -359,6 +359,7 @@ main() {
|
|||
content=$(cat -- "$output")
|
||||
|
||||
# Get custom section
|
||||
logAction 'Reading custom section...'
|
||||
custom=$(
|
||||
printf -- '%s' "$content" | sed '/^#.*<custom>/,/^#.*<\/custom>/!d;//d' &&
|
||||
# "user-defined" is deprecated, use "custom" instead
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue