mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-28 13:53:10 +00:00
fixup! builtin status: use program name constant again
This commit is contained in:
parent
61d506afd0
commit
e1f5751ba0
1 changed files with 1 additions and 1 deletions
|
@ -537,7 +537,7 @@ pub fn status(
|
|||
if !var.is_empty() {
|
||||
streams.out.appendln(var);
|
||||
} else {
|
||||
streams.out.appendln(PROGRAM_NAME.get().unwrap());
|
||||
streams.out.appendln(*PROGRAM_NAME.get().unwrap());
|
||||
}
|
||||
}
|
||||
STATUS_CURRENT_COMMANDLINE => {
|
||||
|
|
Loading…
Reference in a new issue