summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/nsend2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/nsend b/scripts/nsend
index 7337b4d..5aef4fd 100755
--- a/scripts/nsend
+++ b/scripts/nsend
@@ -21,7 +21,7 @@ case "${1}" in
"-s")
[ "${#}" -gt 3 ] && invalid_use
- run "notify-send ${2} ${3}"
+ echo $(printf 'notify-send "%s" "%s"' "${1}" "${2}")
exit 0
;;