topgrade icon indicating copy to clipboard operation
topgrade copied to clipboard

Zsh zim step fail causes TTOU

Open guillaumeboehm opened this issue 1 year ago • 3 comments

What did you expect to happen?

Updating zsh without using zim shouldn't cause error

What actually happened?

Zim not being used causes TTOU

Additional Details

  • Which operating system or Linux distribution are you using? Arch
  • How did you install Topgrade? Aur
  • Which version are you running? 10.3.3
Verbose output puts the error here: src/steps/zsh.rs:140

This command returns error code 1 if it fails, which I guess causes the error to cascade.

zsh -c '[[ -n ${ZIM_HOME} ]] && print -n ${ZIM_HOME}'

guillaumeboehm avatar Apr 29 '23 09:04 guillaumeboehm