未验证 提交 098e3ff3 编写于 作者: J Jason Verbeek 提交者: GitHub

plugins/bashmark: resolves conflict between noclobber and bashmark (#127)

Fixes #50
上级 ec192149
......@@ -186,7 +186,7 @@ function _purge_line {
trap "/bin/rm -f -- '$t'" EXIT
# purge line
sed "/$2/d" "$1" > "$t"
sed "/$2/d" "$1" >| "$t"
/bin/mv "$t" "$1"
# cleanup temp file
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册