From owner-freebsd-questions Thu Oct 22 07:23:47 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA06443 for freebsd-questions-outgoing; Thu, 22 Oct 1998 07:23:47 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mail4.svr.freeserve.net (mail4.svr.freeserve.net [195.92.193.211]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA06437 for ; Thu, 22 Oct 1998 07:23:44 -0700 (PDT) (envelope-from c.raven@ukonline.co.uk) Received: from modem-50.calcium.dialup.pol.co.uk ([62.136.9.178] helo=ukonline.co.uk) by mail4.svr.freeserve.net with esmtp (Exim 2.05iplimit-2 #4) id 0zWLdx-0000es-00; Thu, 22 Oct 1998 15:23:13 +0100 Message-ID: <362F3F97.2472258A@ukonline.co.uk> Date: Thu, 22 Oct 1998 15:22:15 +0100 From: Christopher Raven Organization: CIAN X-Mailer: Mozilla 4.04 [en] (X11; I; FreeBSD 2.2.7-RELEASE i386) MIME-Version: 1.0 To: Michael Hughes , freebsd-questions Subject: Re: Ghostscript hell :-() References: <199810221410.JAA28037@logroad.bridge.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Michael Hughes wrote: > > I added a IFS="" after the #!/bin/sh, the comment that I have on that > line is "Set IFS to NULL so first line will come out right". Try it > and let me know. > Do you mean like this? #!/bin/sh IFS="" # # Set IFS to NULL so first line will come out right # # epson800 - Print using Ghostscript on my Epson Stylus Color 800 # installed in /usr/local/libexec/epson800 # Or like this? #!/bin/sh IFS="" # # Set IFS to NULL so first line will come out right # # epson800 - Print using Ghostscript on my Epson Stylus Color 800 # installed in /usr/local/libexec/epson800 # I tried both ~ no change, thanks, :-( Chris R. -- [ Christopher Raven [ E-mail: c.raven@ukonline.co.uk [ ICQ: 2254369 [ http://www.FreeBSD.org/ "The Power To Serve" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message