From a706d70a20e7f7a56c4e401e9c2a5d1500ec36b0 Mon Sep 17 00:00:00 2001 From: Petr Baudis Date: Thu, 10 Feb 2011 17:25:58 +0100 Subject: [PATCH] Autotest: Fix loading rc file when /bin/sh is not bash --- t-play/autotest/autotest-show | 2 +- t-play/autotest/autotest-worker | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/t-play/autotest/autotest-show b/t-play/autotest/autotest-show index 870dfc0..cde680b 100755 --- a/t-play/autotest/autotest-show +++ b/t-play/autotest/autotest-show @@ -15,7 +15,7 @@ fi player() { :; } pknown=" " pairing() { pknown="$pknown$(pairid "$@") "; } -. rc +. ./rc color_stale="\033[33m" color_bad="\033[31m" diff --git a/t-play/autotest/autotest-worker b/t-play/autotest/autotest-worker index d2e4213..d9ae960 100755 --- a/t-play/autotest/autotest-worker +++ b/t-play/autotest/autotest-worker @@ -60,7 +60,7 @@ pairing_param() { # Accessor method eval "echo \$$pairvar" } -. rc +. ./rc echo "Loaded $pairs pairings" -- 2.11.4.GIT