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

Ondrej Vasik ovasik at fedoraproject.org
Thu Jan 5 20:51:26 UTC 2012


commit 377a7b80824065be3b0b398bda0c8941a0cb9427
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        |    5 ++++-
 2 files changed, 4 insertions(+), 2 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 c63c6ab..9a076cb 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.14
-Release: 5%{?dist}
+Release: 6%{?dist}
 License: GPLv3+
 Group:   System Environment/Base
 Url:     http://www.gnu.org/software/coreutils/
@@ -322,6 +322,9 @@ fi
 %{?!norunuser:/sbin/runuser}
 
 %changelog
+* Thu Jan 05 2012 Ondrej Vasik <ovasik at redhat.com> - 8.14-6
+- do not use shebang in sourced colorls.csh
+
 * Thu Jan 05 2012 Ondrej Vasik <ovasik at redhat.com> - 8.14-5
 - fix pr -c and pr -v segfault with multibyte locales
 


More information about the scm-commits mailing list