Subject: CVS commit: pkgsrc/wm/windowmaker/patches
To: None <pkgsrc-changes@netbsd.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 07/15/2001 11:48:01
Module Name: pkgsrc
Committed By: jlam
Date: Sun Jul 15 08:48:01 UTC 2001
Added Files:
pkgsrc/wm/windowmaker/patches: patch-ag
Log Message:
Fix several non-portable shell constructs:
(1) [ doesn't understand ==; use = instead.
(2) i=${!tmp} is apparently intended to do the equivalent of
eval i=\$$tmp; so use the latter instead.
I don't see how this script ever worked before.
To generate a diff of this commit:
cvs rdiff -r0 -r1.1 pkgsrc/wm/windowmaker/patches/patch-ag
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.