From 984c5cdc5044c8e638917b43565df0d3b4a33ff0 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Fri, 7 Aug 2015 05:32:17 +0200 Subject: Drop newline in error message --- scripts/nix-channel.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/nix-channel.in b/scripts/nix-channel.in index 05716645a780..5191b5855ae0 100755 --- a/scripts/nix-channel.in +++ b/scripts/nix-channel.in @@ -105,8 +105,8 @@ sub update { my $tmpdir = tempdir( CLEANUP => 1 ); my $filename; ($url, $filename) = `cd $tmpdir && $Nix::Config::curl --silent --write-out '%{url_effective}\n%{filename_effective}' -L '$url' -O`; - die "$0: unable to check ‘$url’\n" if $? != 0; chomp $url; + die "$0: unable to check ‘$url’\n" if $? != 0; # If the URL contains a version number, append it to the name # attribute (so that "nix-env -q" on the channels profile -- cgit 1.4.1