bosmanoglu / adore-doris

Automated DORIS Environment (adore) is a set of bash scripts to ease use of TU-DELFT's DORIS software.
GNU General Public License v2.0
14 stars 7 forks source link

Error messages due to dircolors #30

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Install adore on Old centos system
Linux demeter 2.6.18-128.el5 #1 SMP Wed Jan 21 10:41:14 EST 2009 x86_64 x86_64 
x86_64 GNU/Linux
2. Launch adore
3. You get:
dircolors: `adore-doris/scr/.dircolors':66: unrecognized keyword RESET
dircolors: `adore-doris/scr/.dircolors':70: unrecognized keyword MULTIHARDLINK
dircolors: `adore-doris/scr/.dircolors':79: unrecognized keyword CAPABILITY

What is the expected output? What do you see instead?
The error messages should not be there.

Please use labels and text to provide additional information.
It seems like the older dircolors does not recognize this:
!ADORE: dircolors --version
dircolors (GNU coreutils) 5.97

but it is fine on version 8.13 (ubuntu 12.10)

Original issue reported on code.google.com by batuhan.osmanoglu@gmail.com on 17 Jan 2013 at 8:37