# $NetBSD: portability-ok,v 1.1 2016/06/11 10:48:28 rillig Exp $

if [ "$var" = value ]; then
  ...
elif test "$var" = value ]; then
  ...
fi
