]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
tools/path_replacer.sh.in: add missing backslashes 10/head
authorJiri Popelka <jpopelka@redhat.com>
Thu, 2 Jul 2015 11:32:48 +0000 (13:32 +0200)
committerJiri Popelka <jpopelka@redhat.com>
Tue, 29 Dec 2015 23:11:45 +0000 (00:11 +0100)
tools/path_replacer.sh.in

index e47fe1f436d769b38a10be8ed0fe01908c7404b3..78143708e1bde31c6ea771ad2d34af74d3165901 100644 (file)
@@ -27,4 +27,4 @@ echo "Replacing \@localstatedir\@ with ${localstatedir}"
 echo "Input file: $1"
 echo "Output file: $2"
 
-sed -e "s@SEP@\@localstatedir\@@SEP@${localstatedir}@SEP@g; s@SEP@\@prefix@@SEP@${prefix}@SEP@g; s@SEP@\@sysconfdir@@SEP@${sysconfdir}@SEP@g" $1 > $2
+sed -e "s@SEP@\@localstatedir\@@SEP@${localstatedir}@SEP@g; s@SEP@\@prefix\@@SEP@${prefix}@SEP@g; s@SEP@\@sysconfdir\@@SEP@${sysconfdir}@SEP@g" $1 > $2