colorschemes: better comment in script to install colorschemes

This commit is contained in:
Boris Faure 2022-09-04 22:49:25 +02:00
parent dab92df313
commit 5a058e433a
Signed by untrusted user who does not match committer: borisfaure
GPG Key ID: EAA9CD729F522998
1 changed files with 1 additions and 1 deletions

View File

@ -37,5 +37,5 @@ $EET -e "$EET_FILE" "$NAME" "$TMP_DESC" "$COMPRESS"
rm "$TMP_DESC"
# file successfully written, so need to trap to rename temp file
# file successfully written, so no need to trap to remove temp file
trap - INT TERM HUP EXIT