summaryrefslogtreecommitdiffstats
path: root/scripts/apatch.in
diff options
context:
space:
mode:
authorAndreas Gruenbacher <agruen@suse.de>2004-07-14 13:39:35 +0000
committerAndreas Gruenbacher <agruen@suse.de>2004-07-14 13:39:35 +0000
commit588f00357effa26b731e90dd129954da4b877901 (patch)
treed0b2b856a435e29d0518b97e0156e1c7682867d3 /scripts/apatch.in
parentaf99772d8f630fb0035a96665e311b089b364266 (diff)
downloadquilt-588f00357effa26b731e90dd129954da4b877901.tar.gz
- Replace a few instances of awk and sed with @AWK@ and @SED@ in
*.in files.
Diffstat (limited to 'scripts/apatch.in')
-rwxr-xr-xscripts/apatch.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/apatch.in b/scripts/apatch.in
index 07009e7..6ab07b9 100755
--- a/scripts/apatch.in
+++ b/scripts/apatch.in
@@ -90,7 +90,7 @@ apatch()
then
# The reject files are removed in rollback_patch.
echo "$output" \
- | sed -e \
+ | @SED@ -e \
's/-- saving rejects to file \(.\+\)\.rej/-- rejects in file \1/'
elif [ -n "$output" ]
then