summaryrefslogtreecommitdiff
path: root/add-include-prefix
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2003-09-19 09:04:08 +0000
committerAlexander Larsson <alexl@src.gnome.org>2003-09-19 09:04:08 +0000
commit7fa606d826d15d7e3fc7bcc8d932d7d7b959154a (patch)
tree2c5a39af5596aecb2dfe1b86a84e59f676239f52 /add-include-prefix
parent1ae214065e64b4091f578cf0b84cbed88cfa52c5 (diff)
downloadnautilus-7fa606d826d15d7e3fc7bcc8d932d7d7b959154a.tar.gz
Fix to work correctly on MacOS X and NetBSD. Fixes bug #87835.
2003-09-19 Alexander Larsson <alexl@redhat.com> * add-include-prefix: Fix to work correctly on MacOS X and NetBSD. Fixes bug #87835.
Diffstat (limited to 'add-include-prefix')
-rwxr-xr-xadd-include-prefix2
1 files changed, 1 insertions, 1 deletions
diff --git a/add-include-prefix b/add-include-prefix
index f21fc5f5f..45e48769e 100755
--- a/add-include-prefix
+++ b/add-include-prefix
@@ -1 +1 @@
-sed -e 's/^/ /' -e 's/ \+$//' -e 's/ \+/ -I /g' -e 's/^ \+//'
+sed -e 's/^/ /' -e 's/ */ /g' -e 's/ / -I /g' -e 's/ -I $//'