Port: make bootstrap script work on most shell
authorMichael Jeanson <mjeanson@efficios.com>
Fri, 2 Oct 2015 15:01:52 +0000 (11:01 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 6 Oct 2015 16:44:44 +0000 (12:44 -0400)
The "-e" switch, which tests if a file or directory exists, is not
implemented in all shells. Use "-d" instead which is more widely
available.

Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>

No differences found
This page took 0.025852 seconds and 4 git commands to generate.