From 377a7b80824065be3b0b398bda0c8941a0cb9427 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Va=C5=A1=C3=ADk?= Date: Thu, 5 Jan 2012 21:51:20 +0100 Subject: [PATCH] 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 - 8.14-6 +- do not use shebang in sourced colorls.csh + * Thu Jan 05 2012 Ondrej Vasik - 8.14-5 - fix pr -c and pr -v segfault with multibyte locales