bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: bash exit command should be unconditional


From: Greg Wooledge
Subject: Re: bash exit command should be unconditional
Date: Thu, 8 Apr 2010 09:25:00 -0400
User-agent: Mutt/1.4.2.3i

On Thu, Apr 08, 2010 at 06:05:05AM -0700, Vadym Chepkov wrote:
> A company I work for is trying to migrate their applications to Linux
> platform and have selected RedHat as the vendor. Redhat installs bash as the
> standard shell :

> $ ls -l /bin/sh
> lrwxrwxrwx 1 root root 4 Jul  7  2009 /bin/sh -> bash

Migrating FROM something that used Korn shell, I presume?  Why not
just install Korn shell and use #!/bin/ksh on your scripts, if you need
to rely on Korn shell features?  It would probably be easier than porting
all your scripts from Korn to POSIX/bash.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]