mirror of
git://git.9front.org/plan9front/plan9front
synced 2025-01-12 11:10:06 +00:00
git: clear status on whoami success
Otherwise, not taking the if branch will leave a failing status for the caller.
This commit is contained in:
parent
4628d9418d
commit
053e1f71c4
1 changed files with 1 additions and 0 deletions
|
@ -61,6 +61,7 @@ fn whoami{
|
|||
name=$user
|
||||
if(~ $email '')
|
||||
email=$user@$sysname
|
||||
status=''
|
||||
}
|
||||
|
||||
# merge1 out ours base theirs
|
||||
|
|
Loading…
Reference in a new issue