vim/runtime/syntax/testdir/input/sh_01.sh
Bram Moolenaar 7d0dbd0070 patch 9.0.1656: syntax test fails when detected shell type differs
Problem:    Syntax test fails when detected shell type differs.
Solution:   Avoid using "/bin/sh", it depends on the system.  Add a check that
            the shell type detection is correct.
2023-06-24 00:56:50 +01:00

4 lines
60 B
Bash

#! /bin/dash
export `echo 'A=B'`
printenv A
echo a `#foo` b