no error text

This commit is contained in:
Alex Reece 2013-06-15 13:51:06 -04:00
parent f4965eeac2
commit 5e5ae8c0fd

View file

@ -7,7 +7,7 @@
case "$OSTYPE" in
(darwin*)
osascript -e 'tell application (path to frontmost application as text) ¬' \
-e ' to get id of front window'
-e ' to get id of front window' 2>/dev/null
;;
(linux-gnu*)
# http://stackoverflow.com/a/8688624/447288