Chose a substitution character for sed less likely to conflict

This commit is contained in:
Pierre Pronchery 2012-08-13 18:27:16 +00:00
parent b3c13fc1ff
commit 02cb486323

View File

@ -108,9 +108,9 @@ while [ $# -gt 0 ]; do
esac esac
#create #create
$DEBUG $SED -e "s:@PREFIX@:$PREFIX:" \ $DEBUG $SED -e "s;@PREFIX@;$PREFIX;" \
-e "s:@VERSION@:$VERSION:" \ -e "s;@VERSION@;$VERSION;" \
-e "s:@RPATH@:$RPATH:" -- "$target.in" > "$target" -e "s;@RPATH@;$RPATH;" -- "$target.in" > "$target"
if [ $? -ne 0 ]; then if [ $? -ne 0 ]; then
$DEBUG $RM -- "$target" $DEBUG $RM -- "$target"
exit 2 exit 2