Add space between sed option

This fixed the script on macOS, not sure if this will work with other sed versions.
This commit is contained in:
Jelle Besseling 2018-08-14 18:28:47 +02:00 committed by GitHub
parent 6dce0f1924
commit 986f3df957
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

2
burrow
View File

@ -166,7 +166,7 @@ update_gopher_root () {
"$newdate" \
"$config_gopher_server" \
"$config_gopher_port")
sed -i'' "s|.*Last\\ Updated:.*|${newString}|" "${config_dir_gopher}gophermap"
sed -i '' "s|.*Last\\ Updated:.*|${newString}|" "${config_dir_gopher}gophermap"
}
check_directory () {