diff options
author | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-07-21 20:15:43 +0200 |
---|---|---|
committer | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-07-21 20:15:43 +0200 |
commit | 464a1bdaeb737539299ebcd9feb77f30e566a31c (patch) | |
tree | 308e6c1e5c24fd3003a2e9a0892602923a6da9d9 | |
parent | a4b608cc746b9c3a575d549262d7ab0e0e8a0116 (diff) | |
download | nixos-464a1bdaeb737539299ebcd9feb77f30e566a31c.tar nixos-464a1bdaeb737539299ebcd9feb77f30e566a31c.tar.gz nixos-464a1bdaeb737539299ebcd9feb77f30e566a31c.tar.bz2 nixos-464a1bdaeb737539299ebcd9feb77f30e566a31c.tar.xz nixos-464a1bdaeb737539299ebcd9feb77f30e566a31c.zip |
no quoting
-rw-r--r-- | hel.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -260,7 +260,7 @@ | |||
260 | trap "exit 0" EXIT | 260 | trap "exit 0" EXIT |
261 | 261 | ||
262 | DBUS_ADDRESS=$(grep "DBUS_SESSION_BUS_ADDRESS=" /home/gkleen/.dbus/session-bus/${"*"} | cut -d "=" -f 2-) | 262 | DBUS_ADDRESS=$(grep "DBUS_SESSION_BUS_ADDRESS=" /home/gkleen/.dbus/session-bus/${"*"} | cut -d "=" -f 2-) |
263 | exec env DBUS_SESSION_BUS_ADDRESS=''${DBUS_ADDRESS} ${pkgs.libnotify}/bin/notify-send ''${(q)@} | 263 | exec env DBUS_SESSION_BUS_ADDRESS=''${DBUS_ADDRESS} ${pkgs.libnotify}/bin/notify-send $@ |
264 | ''; | 264 | ''; |
265 | } | 265 | } |
266 | ]; | 266 | ]; |