1
0

fix streq references

This commit is contained in:
dtb
2023-12-19 00:16:49 -07:00
parent 34a4c48a06
commit 3e77b69e66
4 changed files with 7 additions and 7 deletions

View File

@@ -15,7 +15,7 @@ argv0="$0"
VOLUME_TMP_FILE="$HOME/.volume-previous"
if streq "$(uname)" NetBSD; then
if uname | xargs strcmp NetBSD; then
VOLUME_SYSTEM=netbsd
elif command -v pactl >/dev/null 2>&1; then
VOLUME_SYSTEM=pulseaudio