gash/tests/data/42-export-new.sh

8 lines
68 B
Bash

export V
if [ -n "$V" ]; then
echo VEE
else
echo no VEE
fi