summaryrefslogtreecommitdiffstats
path: root/runtime/syntax/testdir/input
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2023-06-24 01:35:51 +0100
committerBram Moolenaar <Bram@vim.org>2023-06-24 01:35:51 +0100
commit79186bee785081322c198f0074cb1f2d07764eb6 (patch)
treee8b4aeddba174e61d357e70e1973c0d3af929f18 /runtime/syntax/testdir/input
parent7d0dbd0070fd8ed86b08f81f6acfad9a5fe55672 (diff)
patch 9.0.1657: one more syntax test depends on the systemv9.0.1657
Problem: One more syntax test depends on the system. Solution: Use "dash" instead of "sh".
Diffstat (limited to 'runtime/syntax/testdir/input')
-rw-r--r--runtime/syntax/testdir/input/sh_05.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/syntax/testdir/input/sh_05.sh b/runtime/syntax/testdir/input/sh_05.sh
index e86c834e73..87381e12ea 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}!