mirror of https://github.com/zachjs/sv2v.git
remove unneeded escapes in extractFlag
This commit is contained in:
parent
0a7b0250e7
commit
03610606aa
|
|
@ -91,7 +91,7 @@ assertConverts() {
|
|||
}
|
||||
|
||||
extractFlag() {
|
||||
raw_line=`grep -m1 "^\/\/ $1: " $2`
|
||||
raw_line=`grep -m1 "^// $1: " $2`
|
||||
to_drop=$((${#1}+5))
|
||||
flag="${raw_line:to_drop}"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue