fix one still existing occurance of non-full path in colorls.sh
This commit is contained in:
parent
cfbfd8c490
commit
2ad92d25c0
2 changed files with 5 additions and 2 deletions
|
|
@ -47,7 +47,7 @@ if [ -z "$USER_LS_COLORS" ]; then
|
|||
fi
|
||||
|
||||
[ -z "$LS_COLORS" ] && return
|
||||
grep -qi "^COLOR.*none" $COLORS >/dev/null 2>/dev/null && return
|
||||
/usr/bin/grep -qi "^COLOR.*none" $COLORS >/dev/null 2>/dev/null && return
|
||||
fi
|
||||
|
||||
unset TMP COLORS INCLUDE
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
Summary: A set of basic GNU tools commonly used in shell scripts
|
||||
Name: coreutils
|
||||
Version: 8.24
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
License: GPLv3+
|
||||
Group: System Environment/Base
|
||||
Url: http://www.gnu.org/software/coreutils/
|
||||
|
|
@ -376,6 +376,9 @@ fi
|
|||
%{_sbindir}/chroot
|
||||
|
||||
%changelog
|
||||
* Sat Sep 12 2015 Ondrej Vasik <ovasik@redhat.com> 8.24-3
|
||||
- fix one still existing occurance of non-full path in colorls.sh
|
||||
|
||||
* Thu Jul 16 2015 Ondrej Vasik <ovasik@redhat.com> 8.24-2
|
||||
- use newer version of sort/I18N fix for CVE-2015-4041
|
||||
and CVE-2015-4042
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue