[svn:parrot] r36751 - trunk/tools/dev

fperrad at svn.parrot.org fperrad at svn.parrot.org
Sun Feb 15 11:05:32 UTC 2009


Author: fperrad
Date: Sun Feb 15 11:05:32 2009
New Revision: 36751
URL: https://trac.parrot.org/parrot/changeset/36751

Log:
[codingstd] remove hard tabs

Modified:
   trunk/tools/dev/install_files.pl

Modified: trunk/tools/dev/install_files.pl
==============================================================================
--- trunk/tools/dev/install_files.pl	Sun Feb 15 10:14:09 2009	(r36750)
+++ trunk/tools/dev/install_files.pl	Sun Feb 15 11:05:32 2009	(r36751)
@@ -216,7 +216,7 @@
         $dest = File::Spec->catdir( $options{libdir}, 'pkgconfig', $parrotdir, $dest );
     }
     elsif ( /^compilers/ ) {
-	$dest =~ s/^compilers/languages/;
+        $dest =~ s/^compilers/languages/;
         $dest = File::Spec->catdir( $options{libdir}, $parrotdir, $dest );
     }
     else {


More information about the parrot-commits mailing list