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

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Thu May 2 15:34:24 CEST 2013


Author: lckarssen
Date: 2013-05-02 15:34:24 +0200 (Thu, 02 May 2013)
New Revision: 1204

Modified:
   pkg/ProbABEL/examples/example_bt.sh
   pkg/ProbABEL/examples/example_mms.sh
   pkg/ProbABEL/examples/example_qt.sh
Log:
Replace /bin/sh with /bin/bash because Jenkins was complaining when building. Probably because the string replacements in run_diff.sh are not POSIX sh compatible but bashisms. 


Modified: pkg/ProbABEL/examples/example_bt.sh
===================================================================
--- pkg/ProbABEL/examples/example_bt.sh	2013-04-26 21:03:28 UTC (rev 1203)
+++ pkg/ProbABEL/examples/example_bt.sh	2013-05-02 13:34:24 UTC (rev 1204)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 # This script runs checks on ProbABEL's palogist module for
 # binary traits.
 

Modified: pkg/ProbABEL/examples/example_mms.sh
===================================================================
--- pkg/ProbABEL/examples/example_mms.sh	2013-04-26 21:03:28 UTC (rev 1203)
+++ pkg/ProbABEL/examples/example_mms.sh	2013-05-02 13:34:24 UTC (rev 1204)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 # This script runs checks on ProbABEL's palinear module for
 # quantitative traits combined with the mmscore option.
 

Modified: pkg/ProbABEL/examples/example_qt.sh
===================================================================
--- pkg/ProbABEL/examples/example_qt.sh	2013-04-26 21:03:28 UTC (rev 1203)
+++ pkg/ProbABEL/examples/example_qt.sh	2013-05-02 13:34:24 UTC (rev 1204)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 # This script runs checks on ProbABEL's palinear module for
 # quantitative traits.
 



More information about the Genabel-commits mailing list