[coreutils/f16] do not use shebang in sourced colorls.csh profile.d script

Kamil Dudka kdudka at fedoraproject.org
Mon Jan 30 12:03:53 UTC 2012


commit 440a5d23992bb1fbf1570a18e5d65849656c9815
Author: Ondřej Vašík <ovasik at redhat.com>
Date:   Thu Jan 5 21:51:20 2012 +0100

    do not use shebang in sourced colorls.csh profile.d script

 coreutils-colorls.csh |    1 -
 coreutils.spec        |    7 +++++--
 2 files changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/coreutils-colorls.csh b/coreutils-colorls.csh
index 7e3d794..48daa78 100755
--- a/coreutils-colorls.csh
+++ b/coreutils-colorls.csh
@@ -1,4 +1,3 @@
-#! /bin/csh -f
 # color-ls initialization
 if ( $?USER_LS_COLORS ) then
   if ( "$USER_LS_COLORS" != "" ) then
diff --git a/coreutils.spec b/coreutils.spec
index 161a11c..7ad6d6a 100644
--- a/coreutils.spec
+++ b/coreutils.spec
@@ -1,7 +1,7 @@
 Summary: A set of basic GNU tools commonly used in shell scripts
 Name:    coreutils
 Version: 8.12
-Release: 5%{?dist}
+Release: 6%{?dist}
 License: GPLv3+
 Group:   System Environment/Base
 Url:     http://www.gnu.org/software/coreutils/
@@ -147,7 +147,7 @@ Libraries for coreutils package.
 %patch950 -p1 -b .selinux
 %patch951 -p1 -b .selinuxman
 
-chmod a+x tests/misc/sort-mb-tests tests/df/direct test/chown/basic || :
+chmod a+x tests/misc/sort-mb-tests tests/df/direct tests/chown/basic || :
 
 #fix typos/mistakes in localized documentation(#439410, #440056)
 find ./po/ -name "*.p*" | xargs \
@@ -334,6 +334,9 @@ fi
 %{_libdir}/coreutils
 
 %changelog
+* Mon Jan 30 2012 Kamil Dudka <kdudka at redhat.com> - 8.12-6
+- do not use shebang in sourced colorls.csh
+
 * Sun Jan 29 2012 Kamil Dudka <kdudka at redhat.com> - 8.12-5
 - output the correct ownership in chown -v (upstream bug #10636)
 


More information about the scm-commits mailing list