openbsd-ports/x11/ratpoison/patches/patch-contrib_allwindows_sh
jasper 58986f098a - update ratpoison to 1.4.0
- enable history (from Matthias Kilian)

ok naddy and MAINTAINER
2006-09-27 20:12:14 +00:00

19 lines
494 B
Plaintext

$OpenBSD: patch-contrib_allwindows_sh,v 1.1 2006/09/27 20:12:14 jasper Exp $
--- contrib/allwindows.sh.orig Mon Aug 11 07:12:48 2003
+++ contrib/allwindows.sh Wed Aug 16 15:44:36 2006
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
# Copyright (C) 2003 Rupert Levene
# Author: Rupert Levene <r.levene@lancaster.ac.uk>
@@ -12,7 +12,7 @@ IFS='
list=''
# Allow external scripts to tell it where ratpoison is
-if [ -z $RATPOISON ]; then
+if [ -z "$RATPOISON" ]; then
RATPOISON=ratpoison
fi