mirror of
git://git.9front.org/plan9front/plan9front
synced 2025-01-12 11:10:06 +00:00
doctype: fix custom options (thanks sirjofri)
we need to allow '$1' to expand in order to grow the list of options.
This commit is contained in:
parent
6ebfbaa826
commit
ddcfc1de22
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ while(~ $1 -*){
|
||||||
dev=-T$2
|
dev=-T$2
|
||||||
shift
|
shift
|
||||||
case -*
|
case -*
|
||||||
opt=$opt' $1'
|
opt=$opt' '$1
|
||||||
}
|
}
|
||||||
shift
|
shift
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue