get quotes right
This commit is contained in:
parent
a99d2a59c1
commit
e3f3040073
@ -284,7 +284,7 @@ if [ -e archivefilename ] ; then
|
|||||||
if [ $(cat archivefilename) == "$TARGETPKG-*.tar.gz" ] ; then
|
if [ $(cat archivefilename) == "$TARGETPKG-*.tar.gz" ] ; then
|
||||||
git rm archivefilename $QUIET
|
git rm archivefilename $QUIET
|
||||||
else
|
else
|
||||||
sed -i "s/e-smith/smeserver/g" archivefilename
|
sed -i 's/e-smith/smeserver/g' archivefilename
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
#Update createlinks
|
#Update createlinks
|
||||||
|
Loading…
Reference in New Issue
Block a user