commonstrcmd: Don't flush $ behind phantomstring's back

…causing phantomstring to retry with horizon_lengthenable=false.
This commit is contained in:
Andreas Nordal 2019-08-03 19:05:11 +02:00
parent e8be3d2546
commit 88631be68d

@ -191,7 +191,7 @@ pub fn common_str_cmd(
CommonStrCmdResult::OnlyWithQuotes(wn) CommonStrCmdResult::OnlyWithQuotes(wn)
}; };
} }
CommonStrCmdResult::Ok(flush(i+1)) CommonStrCmdResult::None
} }
fn if_needed<T>(needed: bool, val: T) -> Option<T> { fn if_needed<T>(needed: bool, val: T) -> Option<T> {