Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_external_vim
/
86f6e2c2eed7df2bf5c60cc74d08d7a8d3c75f45
/
.
/
runtime
/
syntax
/
testdir
/
input
/
sh_11.sh
blob: 6e192fc3c453928afdda9f94a5bf1b9860173b82 [
file
] [
log
] [
blame
]
#!/bin/bash
# Issue #962
arr
=(
1
2
3
4
)
# ok
if
true
;
then
arr
=(
1
2
3
4
)
# ok
arr
=(
1
2
3
4
)
# ok
arr
=(
1
2
3
4
)
# paren error!
fi