On Tue, May 20, 2008 at 05:36:26PM -0500, Paul Schmehl wrote:
> I'm using the following construction in a pkg-deinstall script for a port I
> maintain:
>
> if ( ${BATCH} ); then
This should read:
if [ -n "${BATCH}" ] ; then
--
Jonathan Chen <[EMAIL PROTECTED]>
----------------------------------------------------------------------
"Irrationality is the square root of all evil"
- Douglas Hofstadter
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"