diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2005-06-10 09:08:32 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2005-06-10 09:08:32 +0000 |
commit | e81c2cc67dc896cc4b6e94837c5ac215768fa033 (patch) | |
tree | e742a09d6e943153e38e13b9ce9455724c87dbe3 /devel/astah-community | |
parent | 69da78cb338f3facbe2e9d7bb57cf444ca70c16c (diff) | |
download | ports-e81c2cc67dc896cc4b6e94837c5ac215768fa033.tar.gz ports-e81c2cc67dc896cc4b6e94837c5ac215768fa033.zip |
Notes
Diffstat (limited to 'devel/astah-community')
-rw-r--r-- | devel/astah-community/files/netscape | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/astah-community/files/netscape b/devel/astah-community/files/netscape index 77997f4e77c1..5e2e3d737cc1 100644 --- a/devel/astah-community/files/netscape +++ b/devel/astah-community/files/netscape @@ -1,7 +1,7 @@ #!/bin/sh # add your favorite browser in the top of the list -for browser in mozilla linux-mozilla firefox linux-mozillafirebird opera linux-opera netscape7-english +for browser in mozilla linux-mozilla firefox linux-mozillafirebird opera linux-opera do type $browser > /dev/null 2>&1 && exec $browser "$@" done |