mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 12:41:49 +01:00
simplify shell syntax to work better on solaris, patch by
Nathan Keynes! llvm-svn: 52721
This commit is contained in:
parent
7d89d61387
commit
36049c026a
@ -9,7 +9,7 @@
|
||||
|
||||
set -e
|
||||
set -u
|
||||
input_lines=$(wc -l)
|
||||
input_lines=`wc -l`
|
||||
if [ "$input_lines" -ne "$1" ]; then
|
||||
echo "count: expected $1 lines and got ${input_lines}."
|
||||
exit 1
|
||||
|
Loading…
x
Reference in New Issue
Block a user