Fix interpreter reference in run script 27/1727/1
authorE. Scott Daniels <daniels@research.att.com>
Thu, 21 Nov 2019 18:38:15 +0000 (13:38 -0500)
committerE. Scott Daniels <daniels@research.att.com>
Thu, 21 Nov 2019 18:38:15 +0000 (13:38 -0500)
Signed-off-by: E. Scott Daniels <daniels@research.att.com>
Change-Id: I89b91ce0fed1c10172a128421a8bcd6324c84498

sidecars/listener/run_replay.sh

index b21e7ae..e73abf3 100755 (executable)
@@ -1,4 +1,7 @@
-#!/usr/bin/env bash
+#!/usr/bin/env ksh
+# Do NOT use bash; it cannot handle constructing variables in while loops.
+
+
 # vim: ts=4 sw=4 noet:
 #----------------------------------------------------------------------------------
 #