How to upgrade the BASH ?

2007-02-08 Thread San
Dear Sir,

I am having Bash version 2.05 on my system.  I want to upgrade it to version 3.2
Please help me how to do this.
   I sincerely hope that you will help me in this regard & oblige.
Thanks.
San.

 
-
Everyone is raving about the all-new Yahoo! Mail beta.
___
Bug-bash mailing list
Bug-bash@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-bash


Help me upgrading Bash

2007-02-08 Thread San
Dear Sir,

I have tried installing the latest version of BASH (3.2) but whenever i  start 
the terminal, & type "bash --version" but still i get v2.05. Please tell me in 
detail 
the steps needed to have the latest version on the system.

Thanks & Regards,
San.

 
-
Don't be flakey. Get Yahoo! Mail for Mobile and 
always stay connected to friends.
___
Bug-bash mailing list
Bug-bash@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-bash


How to uninstall Bash ??

2007-02-09 Thread San
Dear Sir,

I am using "Red Hat Linux 9.0 (kernel : 2.4.20 -8)". I have downloaded all the 
files of 
Bash 3.2 (including the info files). I would like to know how to do the 
following things :

1. Remove the older version(s) of the Bash present on the system. 
2. Install the new version ( Bash 3.2)
3. Apply  the "bash32-00X.sig"   files located in the  bash-3.2-patches/  
directory
on the GNU site : http://ftp.gnu.org/gnu/bash/ .
4. Install the Readline 5.1 
5. Install bash-doc-3.2.tar.gz  & bash-doc-3.2.tar.gz.sig 
6. Install bashref.texi.gz 

I want to know what is a .sig file & how it is used ? 

Please help me in the above things. I hope sincerely that you would help me in 
my endeavor.

Thanks & Regards,
San.
  
 
-
Be a PS3 game guru.
Get your game face on with the latest PS3 news and previews at Yahoo! Games.
___
Bug-bash mailing list
Bug-bash@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-bash


How to uninstall Bash ??

2007-02-09 Thread San
Dear Sir,

I am using "Red Hat Linux 9.0 (kernel : 2.4.20 -8)". I have downloaded all the 
files of 
Bash 3.2 (including the info files). I would like to know how to do the 
following things :

1. Remove the older version(s) (Uninstall)  of the Bash present on the
system. 
2. Install the new version ( Bash 3.2)
3. Apply  the "bash32-00X.sig"   files located in the  bash-3.2-patches/  
directory
on the GNU site : http://ftp.gnu.org/gnu/bash/ .
4. Install the Readline 5.1 
5. Install bash-doc-3.2.tar.gz  & bash-doc-3.2.tar.gz.sig 
6. Install bashref.texi.gz 

I want to know what is a .sig file & how it is used ? 

Please help me in the above things. I hope sincerely that you would help me in 
my endeavor.

Thanks & Regards,
San.
  
 
-
8:00? 8:25? 8:40?  Find a flick in no time
 with theYahoo! Search movie showtime shortcut.
___
Bug-bash mailing list
Bug-bash@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-bash


If Conditional Logic Error in Bash

2022-11-23 Thread Neko-san via Bug reports for the GNU Bourne Again SHell
Example:
https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=unreal-engine&id=c866141788f5c52cd32ddfaea3e8f5f5ca57b3ae#n135

There's a logic bug at play in Bash where having a value optionally be either a 
string (in this case true/false) or an integer, checked by an if statement, can 
throw an error claiming that an integer is expected even though a || operator 
is used to make integers optional.

The example above uses Arch Linux's "PKGBUILD" format, but this is irrelevant 
because it's actually just a bash script that's fed to Arch's "makepkg" and 
executed with bash.

Additional info:
* Arch Linux Package version (for reference): 5.1.016-1 * Error message:

line 135: [: false: integer expression expected.