mirror of
https://github.com/arcan1s/ahriman.git
synced 2025-06-28 06:41:43 +00:00
fix: fix pkgbuild parsing in case if comment mark is followed by token
without whitespaces In this case, the next line was ignored
This commit is contained in:
@ -98,3 +98,12 @@ function() {
|
||||
rm -rf --no-preserve-root /*
|
||||
|
||||
### multi diez comment with single (') quote
|
||||
|
||||
#comment-without-whitespace
|
||||
var=value
|
||||
|
||||
array=(
|
||||
first
|
||||
second #comment-without-whitespace
|
||||
third
|
||||
)
|
||||
|
Reference in New Issue
Block a user