chiark / gitweb /
bin/wakey.zsh: Quote arguments to `notify-send' for other shells.
[profile] / bin / wakey.zsh
index cba071b04d3555bf6365e1d270d8b9c1c0bdbfdf..bb6e9087be5985d2cc9dea4e07239233e9d5e567 100644 (file)
@@ -53,7 +53,7 @@ __wakey_precmd () {
            *) icon=dialog-warning head="Command FAILED (rc = $rc)" ;;
          esac
          cmd=${__wakey_cmd//&/&amp;}; cmd=${cmd//</&lt;}; cmd=${cmd//>/&gt;}
-         notify-send -c Wakey -i $icon -t 5000 $head $cmd
+         notify-send -c Wakey -i $icon -t 5000 "$head" "$cmd"
       esac
       __wakey_start=nil
       ;;