Chromium Code Reviews| Index: utility/tpm-nvsize |
| diff --git a/utility/tpm-nvsize b/utility/tpm-nvsize |
| index ba5b46ff85bee57977b559f68cd6dc8df7b3a2be..724dcd8bae103ca94f97c0c2c50501f22b7d25b2 100755 |
| --- a/utility/tpm-nvsize |
| +++ b/utility/tpm-nvsize |
| @@ -16,7 +16,7 @@ try=$high |
| while true; do |
| ## echo trying $try [ $low $high ] |
| if /usr/bin/tpmc definespace 0xf004 $(printf "0x%x" $try) 0x1 \ |
| - > dev/null 2>&1; then |
| + > /dev/null 2>&1; then |
| # definespace success: end, or $try must grow |
| if [ $try -eq $low ]; then |
| echo $low |