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