#!/bin/bash

Nerijus Baliunas nerijus at USERS.SOURCEFORGE.NET
Wed Jan 11 06:59:57 GMT 2006


    [ The following text is in the "ISO-8859-1" character set. ]
    [ Your display is set for the "US-ASCII" character set.  ]
    [ Some characters may be displayed incorrectly. ]

On Wed, 11 Jan 2006 04:10:51 +0000 Julian Field <mailscanner at ECS.SOTON.AC.UK> wrote:

> I entirely agree with you. I will have to go through the scripts that  
> have this and try to check that they don't have any bash-isms that I  
> know of. The only one that springs to mind is
> 	export VARIABLE=value
> which I will need to change to
> 	VARIABLE=value
> 	export VARIABLE
> 
> What else should I be looking for? I tend to write for whatever  
> version of sh happens to be on the system I'm writing on at the time.  
> Bad practice, I know :-(

The easiest thing would be to release a new beta version with /bin/sh
everywhere and let the users test it :)

Regards,
Nerijus

------------------------ MailScanner list ------------------------
To unsubscribe, email jiscmail at jiscmail.ac.uk with the words:
'leave mailscanner' in the body of the email.
Before posting, read the Wiki (http://wiki.mailscanner.info/) and
the archives (http://www.jiscmail.ac.uk/lists/mailscanner.html).

Support MailScanner development - buy the book off the website!



More information about the MailScanner mailing list