summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2012-04-23 17:04:28 +0100
committerRichard Maw <richard.maw@codethink.co.uk>2012-04-23 17:04:28 +0100
commit9447e5133f10e14d459e6524d13e6c998df2e80f (patch)
tree252cefe56689e8d66bee1d7d1f8ef7d74bcef294 /tests
parentfa56499ff7f69f122d38f08b832180cc4acf3ccb (diff)
downloadmorph-9447e5133f10e14d459e6524d13e6c998df2e80f.tar.gz
build-system-cpan.script: fix whitespace
Diffstat (limited to 'tests')
-rwxr-xr-xtests/build-system-cpan.script3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/build-system-cpan.script b/tests/build-system-cpan.script
index 31d69f1d..73e3f186 100755
--- a/tests/build-system-cpan.script
+++ b/tests/build-system-cpan.script
@@ -56,7 +56,8 @@ git commit --quiet -m 'convert hello into a perl cpan project'
"$SRCDIR/scripts/test-morph" build --prefix=/ chunk-repo farrokh hello.morph
PERLMAJOR=`perl -e 'print $^V' | sed 's|^v\([^\.]*\)\.[^\.]*\.[^\.]*$|\1|'`
-ARCH=`perl -V | grep 'archname' | grep -v -e '-Darchname' | sed 's|^.*archname=\(\S*\).*$|\1|'`
+ARCH=`perl -V | grep 'archname' | grep -v -e '-Darchname' |
+ sed 's|^.*archname=\(\S*\).*$|\1|'`
for chunk in "$DATADIR/cache/"*.chunk.*
do