[Genabel-commits] r1384 - pkg/ProbABEL/checks

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Tue Nov 12 00:27:28 CET 2013


Author: lckarssen
Date: 2013-11-12 00:27:28 +0100 (Tue, 12 Nov 2013)
New Revision: 1384

Modified:
   pkg/ProbABEL/checks/check_dose_input.sh
Log:
This script uses bashisms and a a result fails on systems with a different /bin/sh, therefore I changed it to /bin/bash. 


Modified: pkg/ProbABEL/checks/check_dose_input.sh
===================================================================
--- pkg/ProbABEL/checks/check_dose_input.sh	2013-11-11 22:45:10 UTC (rev 1383)
+++ pkg/ProbABEL/checks/check_dose_input.sh	2013-11-11 23:27:28 UTC (rev 1384)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 #
 # This script tests whether dose data without a MaCH/minimac-style
 # arrow is read correctly by palinear (and by palogist, since reading



More information about the Genabel-commits mailing list