From 15316e736b3d50beb0110120f8fa6cc4f6c00d9d Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Thu, 25 Dec 2014 05:12:58 +0900 Subject: [PATCH] Fix bug that shrc test conducted only on sh --- test/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/run.sh b/test/run.sh index 383b616..09afab9 100755 --- a/test/run.sh +++ b/test/run.sh @@ -10,7 +10,7 @@ sh "$top"/setup.sh help # shrc for sh in sh bash zsh do - sh -n "$top"/shrc + $sh -n "$top"/shrc done