From 64cf5e0688c9e0be8dde699f125ebe721e964a1e Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Sat, 28 Mar 2020 13:13:33 -0400 Subject: [PATCH] Get sed invocation to hopefully work with GNU sed. --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 6349158..d2a7115 100755 --- 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 -- 2.22.5