[svn:parrot] r43382 - trunk/runtime/parrot/library

fperrad at svn.parrot.org fperrad at svn.parrot.org
Tue Jan 5 15:23:08 UTC 2010


Author: fperrad
Date: Tue Jan  5 15:23:07 2010
New Revision: 43382
URL: https://trac.parrot.org/parrot/changeset/43382

Log:
[distutils] add a newline at the end of MANIFEST

Modified:
   trunk/runtime/parrot/library/distutils.pir

Modified: trunk/runtime/parrot/library/distutils.pir
==============================================================================
--- trunk/runtime/parrot/library/distutils.pir	Tue Jan  5 10:56:36 2010	(r43381)
+++ trunk/runtime/parrot/library/distutils.pir	Tue Jan  5 15:23:07 2010	(r43382)
@@ -2622,6 +2622,7 @@
 
     $P0.'sort'()
     $S0 = join "\n", $P0
+    $S0 .= "\n"
     .return ($S0)
 .end
 
@@ -2725,6 +2726,7 @@
 
     $S0 = slurp('MANIFEST')
     $P0 = split "\n", $S0
+    $S0 = pop $P0
     $S0 = get_tarname('.tar.gz', kv :flat :named)
     $I0 = newer($S0, $P0)
     if $I0 goto L1
@@ -2792,6 +2794,7 @@
 
     $S0 = slurp('MANIFEST')
     $P0 = split "\n", $S0
+    $S0 = pop $P0
     $S0 = get_tarname('.tar.bz2', kv :flat :named)
     $I0 = newer($S0, $P0)
     if $I0 goto L1
@@ -2830,6 +2833,7 @@
 
     $S0 = slurp('MANIFEST')
     $P0 = split "\n", $S0
+    $S0 = pop $P0
     $S0 = get_tarname('.zip', kv :flat :named)
     $I0 = newer($S0, $P0)
     if $I0 goto L1


More information about the parrot-commits mailing list