patch 9.0.1657: one more syntax test depends on the system
Problem: One more syntax test depends on the system.
Solution: Use "dash" instead of "sh".
diff --git a/runtime/syntax/testdir/input/sh_05.sh b/runtime/syntax/testdir/input/sh_05.sh
index e86c834..87381e1 100644
--- a/runtime/syntax/testdir/input/sh_05.sh
+++ b/runtime/syntax/testdir/input/sh_05.sh
@@ -1,4 +1,4 @@
-#!/bin/sh -x
+#!/bin/dash -x
# sh5
# Note that this is special for sh. ksh will be an extra file later.
# Note too, that sh and ksh allow ${var:-sub} as well as ${var-sub}!