fix also get

This commit is contained in:
creme 2019-09-06 02:31:30 +02:00
parent d655af6288
commit 00c0845b82
No known key found for this signature in database
GPG Key ID: C147C3B7FBDF08D0
1 changed files with 1 additions and 1 deletions

2
envs
View File

@ -283,7 +283,7 @@ case "$1" in
;;
get)
sed -n "/^$2/{s#^.*=##;p}" "$INFO_FILE"
sed -n "/^$2=/{s#^.*=##;p}" "$INFO_FILE"
;;
set)