fix one still existing occurance of non-full path in colorls.sh
This commit is contained in:
parent
cfbfd8c490
commit
2ad92d25c0
@ -47,7 +47,7 @@ if [ -z "$USER_LS_COLORS" ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
[ -z "$LS_COLORS" ] && return
|
[ -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
|
fi
|
||||||
|
|
||||||
unset TMP COLORS INCLUDE
|
unset TMP COLORS INCLUDE
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
Summary: A set of basic GNU tools commonly used in shell scripts
|
Summary: A set of basic GNU tools commonly used in shell scripts
|
||||||
Name: coreutils
|
Name: coreutils
|
||||||
Version: 8.24
|
Version: 8.24
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
Url: http://www.gnu.org/software/coreutils/
|
Url: http://www.gnu.org/software/coreutils/
|
||||||
@ -376,6 +376,9 @@ fi
|
|||||||
%{_sbindir}/chroot
|
%{_sbindir}/chroot
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Jul 16 2015 Ondrej Vasik <ovasik@redhat.com> 8.24-2
|
||||||
- use newer version of sort/I18N fix for CVE-2015-4041
|
- use newer version of sort/I18N fix for CVE-2015-4041
|
||||||
and CVE-2015-4042
|
and CVE-2015-4042
|
||||||
|
Loading…
Reference in New Issue
Block a user