diff options
author | tron <tron@pkgsrc.org> | 1999-05-13 23:59:34 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1999-05-13 23:59:34 +0000 |
commit | 48b353aeb7f3083ac13a900773772e841376a2d2 (patch) | |
tree | c5ea9f54eefcbef05e589f18d6ba9e5d9fbc6d59 | |
parent | bdc0a9fab57305b6733d8c24a55ec3cb0726fdc4 (diff) | |
download | pkgsrc-48b353aeb7f3083ac13a900773772e841376a2d2.tar.gz |
Use "/bin/sh" not "/bin/bash" to execute "gnome-wm". Problem noted by
Greg Oster in PR pkg/7570.
-rw-r--r-- | x11/gnome-core/patches/patch-ae | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/x11/gnome-core/patches/patch-ae b/x11/gnome-core/patches/patch-ae new file mode 100644 index 00000000000..775fd81cd60 --- /dev/null +++ b/x11/gnome-core/patches/patch-ae @@ -0,0 +1,10 @@ +$NetBSD: patch-ae,v 1.1 1999/05/13 23:59:34 tron Exp $ + +--- gsm/gnome-wm.orig Tue Mar 23 23:03:46 1999 ++++ gsm/gnome-wm Fri May 14 01:49:52 1999 +@@ -1,4 +1,4 @@ +-#!/bin/bash ++#!/bin/sh + + # The user can specify his prefered WM by setting the WINDOW_MANAGER + # environment variable. |