planck-repl / planck

Stand-alone ClojureScript REPL

Home Page:https://planck-repl.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build issue with sed on Ubuntu

mfikes opened this issue · comments

This line fails

sed -E -i "bak" 's/goog.define\(".*",(.*)\);/\1;/g' $file
but appears to work if you change -i "bak" to -ibak