summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <pngwjpgh@users.noreply.github.com>2016-07-21 20:15:43 +0200
committerGregor Kleen <pngwjpgh@users.noreply.github.com>2016-07-21 20:15:43 +0200
commit464a1bdaeb737539299ebcd9feb77f30e566a31c (patch)
tree308e6c1e5c24fd3003a2e9a0892602923a6da9d9
parenta4b608cc746b9c3a575d549262d7ab0e0e8a0116 (diff)
downloadnixos-464a1bdaeb737539299ebcd9feb77f30e566a31c.tar
nixos-464a1bdaeb737539299ebcd9feb77f30e566a31c.tar.gz
nixos-464a1bdaeb737539299ebcd9feb77f30e566a31c.tar.bz2
nixos-464a1bdaeb737539299ebcd9feb77f30e566a31c.tar.xz
nixos-464a1bdaeb737539299ebcd9feb77f30e566a31c.zip
no quoting
-rw-r--r--hel.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hel.nix b/hel.nix
index 84c83793..13d0c6e5 100644
--- a/hel.nix
+++ b/hel.nix
@@ -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 ];