Get sed invocation to hopefully work with GNU sed.
authorRobert Sesek <rsesek@bluestatic.org>
Sat, 28 Mar 2020 17:13:33 +0000 (13:13 -0400)
committerRobert Sesek <rsesek@bluestatic.org>
Sat, 28 Mar 2020 17:13:33 +0000 (13:13 -0400)
build.sh

index 63491589c9eedf60f77cc3fa9c24b4722c928473..d2a7115e36d5bba4059e06966275570b087691b1 100755 (executable)
--- a/build.sh
+++ b/build.sh
@@ -23,4 +23,4 @@ cp LICENSE.txt $OUTDIR
 
 # "Preprocess" the dist package.json.
 cp ./package.json $OUTDIR
-sed -i '' -e s@\"dist/@\"@ $OUTDIR/package.json
+sed -i='' -e s@\"dist/@\"@ $OUTDIR/package.json