qemush : suppression d'une erreur ShellCheck
Une variable contenait 'cat' sans expansion
This commit is contained in:
parent
f1c20f51dd
commit
1f246bd57b
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ images=images
|
||||||
if [ -t 1 ]; then
|
if [ -t 1 ]; then
|
||||||
cat=src-hilite-lesspipe.sh
|
cat=src-hilite-lesspipe.sh
|
||||||
else
|
else
|
||||||
cat=cat
|
cat='cat'
|
||||||
fi
|
fi
|
||||||
|
|
||||||
PATH="./${bin}:${PATH}"
|
PATH="./${bin}:${PATH}"
|
||||||
|
|
Loading…
Reference in a new issue