Commit 03610606 by Zachary Snow

remove unneeded escapes in extractFlag

parent 0a7b0250
......@@ -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}"
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment