1
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-21 07:20:09 +00:00

init: reapply hack for invalid ZSH_COMPDUMP filenames (b8761985)

This commit is contained in:
Marc Cornellà 2020-06-03 17:50:25 +02:00
parent 5d1cdb22c1
commit aee9e603b4

View file

@ -85,7 +85,9 @@ fi
# Append zcompdump metadata if missing
if (( $zcompdump_refresh )); then
cat >>| "$ZSH_COMPDUMP" <<EOF
# Use `tee` in case the $ZSH_COMPDUMP filename is invalid, to silence the error
# See https://github.com/ohmyzsh/ohmyzsh/commit/dd1a7269#commitcomment-39003489
tee -a "$ZSH_COMPDUMP" &>/dev/null <<EOF
$zcompdump_revision
$zcompdump_fpath