|
From: | Clint Adams |
Subject: | install-sh posix compliance |
Date: | Fri, 21 Jun 2002 14:22:15 -0400 |
User-agent: | Mutt/1.3.28i |
The install-sh bundled with automake 1.6.2 and earlier versions contains the line if [ -f $src -o -d $src ] This is not strictly POSIX-conformant. The line if [ -f $src ] || [ -d $src ] is compliant and might be more portable.
[Prev in Thread] | Current Thread | [Next in Thread] |