pspp-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pspp-cvs] Changes to pspp/tests/bugs/match-files-scratch.sh


From: Jason H Stover
Subject: [Pspp-cvs] Changes to pspp/tests/bugs/match-files-scratch.sh
Date: Thu, 27 Oct 2005 15:33:02 -0400

Index: pspp/tests/bugs/match-files-scratch.sh
diff -u pspp/tests/bugs/match-files-scratch.sh:1.4 
pspp/tests/bugs/match-files-scratch.sh:1.5
--- pspp/tests/bugs/match-files-scratch.sh:1.4  Mon Oct 10 22:18:06 2005
+++ pspp/tests/bugs/match-files-scratch.sh      Thu Oct 27 19:32:56 2005
@@ -74,8 +74,8 @@
 if [ $? -ne 0 ] ; then no_result ; fi
 
 
-perl -pi -e s/^\s*\$//g $TEMPDIR/pspp.list
-diff -b  -w $TEMPDIR/pspp.list - << EOF | perl -e 's/^\s*$//g'
+perl -pi -e 's/^\s*$//g' $TEMPDIR/pspp.list
+diff -b  -w $TEMPDIR/pspp.list - << EOF
 1.1 DATA LIST.  Reading free-form data from the command file.
 +--------+------+
 |Variable|Format|
@@ -84,7 +84,6 @@
 |x       |F8.0  |
 |y       |F8.0  |
 +--------+------+
-
        x        y        j
 -------- -------- --------
     5.00     6.00    55.00 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]