X-Git-Url: https://git.harvie.cz/?p=mirrors%2Flibpurple-core-answerscripts.git;a=blobdiff_plain;f=purple%2Fanswerscripts.d%2F00-debug-notify.sh;fp=purple%2Fanswerscripts.d%2F00-debug-notify.sh;h=63e1540bbf692d3d7b4663116c88ecae58692f65;hp=c5fb354065795ba7428b27dbbd1cacf456dcf93c;hb=151174844b0a5f0686ad544bf52b0d86dad8d0e9;hpb=fe0c9f8eb06bd797fbd002702502c61e5c22c0ce diff --git a/purple/answerscripts.d/00-debug-notify.sh b/purple/answerscripts.d/00-debug-notify.sh index c5fb354..63e1540 100755 --- a/purple/answerscripts.d/00-debug-notify.sh +++ b/purple/answerscripts.d/00-debug-notify.sh @@ -1,3 +1,3 @@ #!/bin/sh #Debug for systems with notify -notify-send AnswerScripts "$(env | grep '^ANSW_' | sort)" &>/dev/null +notify-send AnswerScripts "$(env | grep -a '^ANSW_' | sort)" &>/dev/null