OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:wbem/openwbem?expand=0&rev=74
13 lines
964 B
Diff
13 lines
964 B
Diff
diff -wruN -x '*~' ../orig-openwbem-3.2.3/create_replacement_script.sh ./create_replacement_script.sh
|
|
--- ../orig-openwbem-3.2.3/create_replacement_script.sh 2007-07-10 21:38:47.000000000 +0200
|
|
+++ ./create_replacement_script.sh 2010-09-15 15:03:07.000000000 +0200
|
|
@@ -35,7 +35,7 @@
|
|
# NOTE: This will only find the sed expressions that are located at the
|
|
# BEGINNING of a line (that's how they are layed out in configure's
|
|
# config.status output file).
|
|
-egrep '^s,@[A-Za-z0-9_]+@' ${status_hackery_local_input_file} | egrep -v '\$\(.*\)|\\,' | sed 's/\\/\\\\/g' | sed 's/|#_!!_#|//g' > $status_hackery_local_temp_output_file
|
|
+egrep '^s&@[A-Za-z0-9_]+@' ${status_hackery_local_input_file} | egrep -v '\$\(.*\)|\\,' | sed 's/\\/\\\\/g' | sed 's/|#_!!_#|//g' > $status_hackery_local_temp_output_file
|
|
|
|
# Get the delimiter character that was used for the sed expressions.
|
|
status_hackery_local_delim_char=`tail -1 $status_hackery_local_temp_output_file | cut -c2`
|