The UNIX and Linux Forums  
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.

Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #3 (permalink)  
Old 05-07-2008
thumper thumper is offline VIP Member  
Supporter
  
 

Join Date: Feb 2005
Posts: 49
Quote:
Originally Posted by robotronic View Post
I've tested your script but on my Linux box I have no problems at all... I've tried all the possible missings of flag/tar files combinations but I can't reproduce your behavior.

Code:
test ~ $ bash --version
GNU bash, version 3.2.33(1)-release (x86_64-pc-linux-gnu)
Copyright (C) 2007 Free Software Foundation, Inc.
Maybe your issue is related to a specific OS and/or bash versions
I didn't realize that the OS or bash version could cause such an issue.
Anyhow the OS is
# uname -a
Linux sport 2.6.11.4-21.17-default #1 Fri Apr 6 08:42:34 UTC 2007 i686 athlon i386 GNU/Linux

And the bash version is
# bash --version
GNU bash, version 3.00.16(1)-release (i586-suse-linux)
Copyright (C) 2004 Free Software Foundation, Inc.
and the bash version is

If anyone knows of a cause for this problem I would appreciate help.

Thanks again
Thumper