[Genabel-commits] r1659 - branches/ProbABEL-0.50/checks
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Sat Mar 22 00:09:22 CET 2014
Author: lckarssen
Date: 2014-03-22 00:09:15 +0100 (Sat, 22 Mar 2014)
New Revision: 1659
Modified:
branches/ProbABEL-0.50/checks/run_diff.sh
Log:
Removed some lines from ProbABEL's run_diff.sh, which were inadvertedly introduced by the merge of r1657.
Modified: branches/ProbABEL-0.50/checks/run_diff.sh
===================================================================
--- branches/ProbABEL-0.50/checks/run_diff.sh 2014-03-21 22:57:20 UTC (rev 1658)
+++ branches/ProbABEL-0.50/checks/run_diff.sh 2014-03-21 23:09:15 UTC (rev 1659)
@@ -11,15 +11,10 @@
file1=$1
file2=$2
name=$3
- # if [ ${#} -ge 3 ]; then
- # name=$3
- # shift 3
- # args=$@
- # fi
blanks=" "
- if diff $args "$file1" "$file2"; then
+ if diff "$file1" "$file2"; then
echo -e "${name}${blanks:${#name}} OK"
else
echo -e "${name}${blanks:${#name}} FAILED"
More information about the Genabel-commits
mailing list