diff options
author | kali <kali@leap.se> | 2012-12-27 07:08:10 +0900 |
---|---|---|
committer | kali <kali@leap.se> | 2012-12-27 07:08:10 +0900 |
commit | b2e1e26e182bc86e01440ab3a93d3953f1fbcb4b (patch) | |
tree | b731e31bc8ba7617634fb3f1c65ddfcdc89085cb /openvpn/build.zsh | |
parent | b4af406e6cf233d939e3dfa5b5c9b2241b6d8ea0 (diff) |
fix window not raising to front in osx
Diffstat (limited to 'openvpn/build.zsh')
-rwxr-xr-x | openvpn/build.zsh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openvpn/build.zsh b/openvpn/build.zsh index 87c591cc..b36717c1 100755 --- a/openvpn/build.zsh +++ b/openvpn/build.zsh @@ -188,4 +188,4 @@ case "$target" in *) error "Unknown target: $target" ;; -esac
\ No newline at end of file +esac |