Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Oct 1999 09:03:52 +1300 (NZDT)
From:      Jonathan Chen <jonc@logisticsoftware.co.nz>
To:        Mike Bartlett <cataract@eye2eye.net>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: export problem
Message-ID:  <Pine.SC5.4.10.9910210903050.8392-100000@kiwi.logisticsoftware.co.nz>
In-Reply-To: <1145CD545D54D211BCEB0060B067AD06147785@RETINA>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 20 Oct 1999, Mike Bartlett wrote:

> deye 5$ less mysql.sh 
> 
> #!/bin/sh
> #
> TZ=SAT-1SAST
> export TZ
> /sbin/ldconfig -m /usr/local/lib/mysql
> 
> if [ -x /usr/local/bin/safe_mysqld ]
> then
>         /usr/local/bin/safe_mysqld > /dev/null & && echo -n ' mysql'
> fi
> 
> deye 6$ ./mysql.sh             
>  mysqldeye 7$ TZ: not found

Take out the empty line. The #!/bin/sh *must* be on the first line.

Jonathan Chen
------------------------------------------------------------------------
"We laugh in the face of danger, we drop icecubes down the vest of fear"
                                                 - Edmond Blackadder III



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.SC5.4.10.9910210903050.8392-100000>