[Secure-testing-commits] r1679 - bin

Joey Hess joeyh at costa.debian.org
Sat Aug 27 19:12:29 UTC 2005


Author: joeyh
Date: 2005-08-27 19:12:28 +0000 (Sat, 27 Aug 2005)
New Revision: 1679

Modified:
   bin/dtsasync
Log:
and some more..


Modified: bin/dtsasync
===================================================================
--- bin/dtsasync	2005-08-27 19:11:31 UTC (rev 1678)
+++ bin/dtsasync	2005-08-27 19:12:28 UTC (rev 1679)
@@ -32,13 +32,13 @@
 			my $sync_package=$1;
 			my $sync_version=$2;
 
-			print "Syncing $sync_package/$sync_version";
+			print "Syncing $sync_package/$sync_version\n";
 			print "Current status:\n";
 			system("madison", "-S", $sync_package);
 			
 			my @toheidi;
 			my $pid;
-			die "Can’t fork: $!" unless defined($pid = open(KID, "-│"));
+			die "Can’t fork: $!" unless defined($pid = open(KID, "-|"));
 			if ($pid) {
 				while (<KID>) {
 					chomp;




More information about the Secure-testing-commits mailing list