From 8986813825623b19fb220534434d0c13785fc14c Mon Sep 17 00:00:00 2001 From: Jiri Popelka Date: Thu, 2 Jul 2015 13:32:48 +0200 Subject: [PATCH] tools/path_replacer.sh.in: add missing backslashes --- tools/path_replacer.sh.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/path_replacer.sh.in b/tools/path_replacer.sh.in index e47fe1f436..78143708e1 100644 --- a/tools/path_replacer.sh.in +++ b/tools/path_replacer.sh.in @@ -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 -- 2.47.2