meta: use ZIM_HOME

This commit is contained in:
Chet Gurevitch 2017-09-03 15:51:46 -07:00
parent f3d5647010
commit fd46c3574a
1 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ if (( ${#} != 1 )); then
fi
local tools
tools="${ZIM}/tools"
tools="${ZIM_HOME}/tools"
case ${1} in
update) zsh ${tools}/zim_update
@ -33,7 +33,7 @@ case ${1} in
;;
reset) zsh ${tools}/zim_reset
;;
debug) zsh ${ZIM}/modules/debug/functions/trace-zim
debug) zsh ${ZIM_HOME}/modules/debug/functions/trace-zim
;;
*) print ${usage}
;;