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

fperrad at svn.parrot.org fperrad at svn.parrot.org
Wed Aug 25 19:51:58 UTC 2010


Author: fperrad
Date: Wed Aug 25 19:51:57 2010
New Revision: 48656
URL: https://trac.parrot.org/parrot/changeset/48656

Log:
[distutils] fix TT #1756

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

Modified: trunk/runtime/parrot/library/distutils.pir
==============================================================================
--- trunk/runtime/parrot/library/distutils.pir	Wed Aug 25 17:00:53 2010	(r48655)
+++ trunk/runtime/parrot/library/distutils.pir	Wed Aug 25 19:51:57 2010	(r48656)
@@ -2333,11 +2333,11 @@
     if $I0 goto L1
     $S0 = array
     $S3 = $S0
-    $S2 = $S1 . $S3
     $I0 = index $S0, "build/"
     unless $I0 == 0 goto L0
     $S3 = substr $S0, 6
   L0:
+    $S2 = $S1 . $S3
     files[$S2] = $S0
     goto L2
   L1:


More information about the parrot-commits mailing list