a9d7bbb4b3
-- Nautilus is the official file manager for the GNOME desktop. It is designed to be primarly a file manager, but there are support for web and file viewing too. For more information about nautilus, visit: WWW: http://www.gnome.org/projects/nautilus/ From marcm for gnome2
7 lines
285 B
Plaintext
7 lines
285 B
Plaintext
$OpenBSD: patch-add-include-prefix,v 1.1.1.1 2003/01/31 19:03:46 todd Exp $
|
|
--- add-include-prefix.orig Thu Aug 15 17:49:04 2002
|
|
+++ add-include-prefix Thu Aug 15 17:51:13 2002
|
|
@@ -1 +1 @@
|
|
-sed -e 's/^/ /' -e 's/ \+$//' -e 's/ \+/ -I /g' -e 's/^ \+//'
|
|
+sed -e 's/^/ /' -e 's/ / -I /g'
|