[Genabel-commits] r1198 - pkg/ProbABEL/examples

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Thu Apr 25 20:33:26 CEST 2013


Author: lckarssen
Date: 2013-04-25 20:33:26 +0200 (Thu, 25 Apr 2013)
New Revision: 1198

Modified:
   pkg/ProbABEL/examples/run_diff.sh
Log:
In ProbABEL's run_diff.sh: also when the check fails this message should be nicely outlined. Belongs to the changes introduced in SVN r.1197.
 


Modified: pkg/ProbABEL/examples/run_diff.sh
===================================================================
--- pkg/ProbABEL/examples/run_diff.sh	2013-04-25 17:45:14 UTC (rev 1197)
+++ pkg/ProbABEL/examples/run_diff.sh	2013-04-25 18:33:26 UTC (rev 1198)
@@ -21,7 +21,7 @@
     if diff "$file1" "$file2" $args; then
         echo -e "${name}${blanks:${#name}} OK"
     else
-        echo -e "\t\tFAILED"
+        echo -e "${name}${blanks:${#name}} FAILED"
         exit 1
     fi
 }



More information about the Genabel-commits mailing list