]> git.saurik.com Git - apple/shell_cmds.git/blob - sh/tests/expansion/arith8.0
shell_cmds-216.60.1.tar.gz
[apple/shell_cmds.git] / sh / tests / expansion / arith8.0
1 # $FreeBSD: head/bin/sh/tests/expansion/arith8.0 216547 2010-12-18 23:03:51Z jilles $
2
3 v=$( (eval ': $((08))') 2>&1 >/dev/null)
4 [ $? -ne 0 ] && [ -n "$v" ]