mirror of https://github.com/neutrinolabs/xrdp
Replace `which` here, too
This commit is contained in:
parent
a3d8761e20
commit
ab62ea5e9d
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
which setxkbmap
|
||||
command -v setxkbmap
|
||||
if test $? -ne 0
|
||||
then
|
||||
echo "error, setxkbmap not found"
|
||||
|
|
Loading…
Reference in New Issue