fix streq references
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user