From c9537607b5a18e825d542c8c8e295d141113a2bc Mon Sep 17 00:00:00 2001 From: 7415963987456321 Date: Sun, 18 Jun 2023 15:33:26 +0000 Subject: [PATCH] Fix - Should not be a space after -i in SEDOPT --- tools/install.sh | 2 +- tools/test.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/install.sh b/tools/install.sh index b9f74c7..22f1328 100755 --- a/tools/install.sh +++ b/tools/install.sh @@ -34,7 +34,7 @@ RM="/bin/rm" RMOPTS="-rf" SED="/usr/bin/sed" -SEDOPTS="-i ''" +SEDOPTS="-i''" SEDEXPR="s@$DEFDIR@$PREFIX@g" builtin cd .. diff --git a/tools/test.sh b/tools/test.sh index bdaeb71..131c063 100755 --- a/tools/test.sh +++ b/tools/test.sh @@ -15,7 +15,7 @@ MDLDIR="/usr/local/opt/git-follow/src" SRCDIR="src" SED="/usr/bin/sed" -SEDOPTS="-i ''" +SEDOPTS="-i''" SEDEXPR="s@$MDLDIR@$SRCDIR@g" # Update 'use lib' directive to 'src' for testing purposes.