Replace `which` here, too

This commit is contained in:
Koichiro IWAO 2021-12-01 22:36:19 +09:00
parent a3d8761e20
commit ab62ea5e9d
No known key found for this signature in database
GPG Key ID: 03993B4065E7193B
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#!/bin/sh
which setxkbmap
command -v setxkbmap
if test $? -ne 0
then
echo "error, setxkbmap not found"