no error text
This commit is contained in:
parent
f4965eeac2
commit
5e5ae8c0fd
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue