mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-23 06:31:18 +02:00
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:
parent
e69130c23a
commit
9025b0aef1
@ -91,5 +91,5 @@ fi
|
||||
|
||||
# Print version info.
|
||||
echo "ChromeOS version information:"
|
||||
set | grep "CHROMEOS_VERSION" | sed 's/^/ /'
|
||||
env | grep "^CHROMEOS_VERSION" | sed 's/^/ /'
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user