do not use shebang in sourced colorls.csh profile.d script
This commit is contained in:
parent
d910089c7d
commit
377a7b8082
@ -1,4 +1,3 @@
|
|||||||
#! /bin/csh -f
|
|
||||||
# color-ls initialization
|
# color-ls initialization
|
||||||
if ( $?USER_LS_COLORS ) then
|
if ( $?USER_LS_COLORS ) then
|
||||||
if ( "$USER_LS_COLORS" != "" ) then
|
if ( "$USER_LS_COLORS" != "" ) then
|
||||||
|
@ -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.14
|
Version: 8.14
|
||||||
Release: 5%{?dist}
|
Release: 6%{?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/
|
||||||
@ -322,6 +322,9 @@ fi
|
|||||||
%{?!norunuser:/sbin/runuser}
|
%{?!norunuser:/sbin/runuser}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jan 05 2012 Ondrej Vasik <ovasik@redhat.com> - 8.14-6
|
||||||
|
- do not use shebang in sourced colorls.csh
|
||||||
|
|
||||||
* Thu Jan 05 2012 Ondrej Vasik <ovasik@redhat.com> - 8.14-5
|
* Thu Jan 05 2012 Ondrej Vasik <ovasik@redhat.com> - 8.14-5
|
||||||
- fix pr -c and pr -v segfault with multibyte locales
|
- fix pr -c and pr -v segfault with multibyte locales
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user