Change which in if statement to command -v
This commit is contained in:
parent
a070fc674f
commit
4f9ece4b85
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ if [ -d /etc/X11/xinit/xinitrc.d ] ; then
|
|||
unset f
|
||||
fi
|
||||
|
||||
if which numlockx; then
|
||||
if command -v numlockx; then
|
||||
numlockx &
|
||||
fi
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue