Magento2 icon indicating copy to clipboard operation
Magento2 copied to clipboard

bad flag in substitute command: 'U'

Open javierenciso opened this issue 4 years ago • 1 comments

Hi having this issue when installing via curl in mac osx:

bad flag in substitute command: 'U'

and installation halts.

RESOLVED: I was naming my project with absolute path: sed fails when using forwardslash.

If I execute in parent directory where I want my new project it instllas correctly.

/best

javierenciso avatar Aug 07 '19 13:08 javierenciso

Sorry, I'm network not stable, reply not succeed before, please see following image. image

sed -i '' "s/<pre>.*<\/pre>/<pre>($NEWNAME) $MD5<\/pre>/"~/Desktop/replace.html replace to sed -i '' "s~<pre>.*</pre>~<pre>($NEWNAME) $MD5</pre>~" ~/Desktop/replace.html

see url 1 see url 2

XiaoZiShan avatar Mar 07 '23 13:03 XiaoZiShan