7 lines
142 B
Text
7 lines
142 B
Text
# $NetBSD: portability-ok,v 1.1 2016/06/11 10:48:28 rillig Exp $
|
|
|
|
if [ "$var" = value ]; then
|
|
...
|
|
elif test "$var" = value ]; then
|
|
...
|
|
fi
|