[Pkg-scicomp-commits] sundials/trunk/debian

Rafael Laboissiere rafael at debian.org
Fri Feb 13 10:58:53 UTC 2009


SVN commit 4134 by rafael:

Prepend path when executing program

 M  +1 -1      sundials/trunk/debian/check.sh  


--- sundials/trunk/debian/check.sh #4133:4134
@@ -16,7 +16,7 @@
     cd $dir
     for prog in $(ls .libs | fgrep -v .o | grep -v ^lt- | sed 's:.libs/::') ; do
         echo -n "Checking $dir/$prog... "
-        $prog > $RESULTS
+        ./$prog > $RESULTS
         if test -e $prog.out ; then
             DIFF=$(diff -u $prog.out $RESULTS)
             if test -z "$DIFF" ; then



More information about the Pkg-scicomp-commits mailing list