ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
I searched for can't create temp file for here document:
and found this file: https://github.com/serialoverflow/dotfiles/blob/master/tag-zsh-common/zshenv , which seems to suggest that zsh can't create a temporary file for some reason. Their solution is to set the TMPDIR environment variable, but in your case I suspect the permissions on your /tmp
directory are wrong, or /tmp
is missing completely.