mirror of
https://github.com/vim/vim
synced 2025-05-02 22:37:47 +02:00
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.
4 lines
60 B
Bash
4 lines
60 B
Bash
#! /bin/dash
|
|
export `echo 'A=B'`
|
|
printenv A
|
|
echo a `#foo` b
|