diff --git a/scripts/readmanifest.pm.in b/scripts/readmanifest.pm.in
index 3bda0f067b2f2db52638491e069c2324c05b441c..d5527bf3b32ac431de5dab59fe4747d0c36f002d 100644
--- a/scripts/readmanifest.pm.in
+++ b/scripts/readmanifest.pm.in
@@ -11,7 +11,7 @@ sub processURL {
     print "obtaining list of Nix archives at $url...\n";
 
     system("@curl@ --fail --silent --show-error --location --max-redirs 20 " .
-           "'$url' > '$manifest' 2> /dev/null") == 0
+           "'$url' > '$manifest'") == 0
            or die "curl failed: $?";
         
     open MANIFEST, "<$manifest";