When echo'ing environment from env, check beginning of line to exclude occurences that appear within function definitions.

Review URL: http://chromereview.prom.corp.google.com/1180037

git-svn-id: svn://chrome-svn/chromeos/trunk@145 06c00378-0e64-4dae-be16-12b19f9950a1
This commit is contained in:
djmm@google.com 2009-11-03 01:01:31 +00:00
parent e69130c23a
commit 9025b0aef1

View File

@ -91,5 +91,5 @@ fi
# Print version info.
echo "ChromeOS version information:"
set | grep "CHROMEOS_VERSION" | sed 's/^/ /'
env | grep "^CHROMEOS_VERSION" | sed 's/^/ /'