1
0
Fork 0
forked from ahurac/dotfiles

qemush : suppression d'une erreur ShellCheck

Une variable contenait 'cat' sans expansion
This commit is contained in:
Hippolyte Chauvin 2023-12-01 15:08:10 +01:00
parent f1c20f51dd
commit 1f246bd57b

View file

@ -19,7 +19,7 @@ images=images
if [ -t 1 ]; then
cat=src-hilite-lesspipe.sh
else
cat=cat
cat='cat'
fi
PATH="./${bin}:${PATH}"