ohmyzsh/tools
Marc Cornellà 3f8af040e9 fix(updater): fix ignored variable name in read
I used _ which is a convention in other languages, but in shell scripting
$_ is a special variable set by the shell, and in Zsh versions older than
5.0.6 it complains for being a `read-only variable`.

Fixes #9482
2020-12-02 11:57:37 +01:00
..
changelog.sh feat(updater): add changelog display by parsing the commit list 2020-11-30 15:48:46 +01:00
check_for_upgrade.sh refactor(updater): switch to Zsh execution and fix git remote detection logic 2020-11-30 15:48:46 +01:00
install.sh fix(installer): fix error message if $ZSH exists when installing 2020-11-09 20:06:19 +01:00
require_tool.sh Fix version parsing. Now working with command $ zsh --version 2011-04-13 17:24:44 +02:00
theme_chooser.sh use https everywhere (#6574) 2018-08-07 20:42:01 +02:00
uninstall.sh Fix change to old shell on uninstall (#8430) 2019-11-25 16:36:33 +01:00
upgrade.sh fix(updater): fix ignored variable name in read 2020-12-02 11:57:37 +01:00