diff options
author | nsayer <nsayer@FreeBSD.org> | 2000-10-26 12:40:32 +0800 |
---|---|---|
committer | nsayer <nsayer@FreeBSD.org> | 2000-10-26 12:40:32 +0800 |
commit | cfc9119c9bb25ec59910ed49026ccc7e5b013998 (patch) | |
tree | a04e4ba278c491e597bfe84e301afdc4d36310ec /net | |
parent | ed42892f598560f53e8bfa4942e750a5248aa2a2 (diff) | |
download | freebsd-ports-gnome-cfc9119c9bb25ec59910ed49026ccc7e5b013998.tar.gz freebsd-ports-gnome-cfc9119c9bb25ec59910ed49026ccc7e5b013998.tar.zst freebsd-ports-gnome-cfc9119c9bb25ec59910ed49026ccc7e5b013998.zip |
Fix stupid typo
Submitted by: assar
Diffstat (limited to 'net')
-rw-r--r-- | net/airport/files/airport | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/airport/files/airport b/net/airport/files/airport index b5797d416267..54381a2c1299 100644 --- a/net/airport/files/airport +++ b/net/airport/files/airport @@ -1,5 +1,5 @@ #! /bin/sh -exec %%PREFIX%%/jdk%%JDK_VERSION%%/bin/jre -cp "%%PREFIX%%/share/java/classes/jfc-%%JFC_VERSION%%/swingall.jar:%%PREEFIX%%/share/airport/AirportBaseStationConfig.jar" AirportBaseStationConfigurator +exec %%PREFIX%%/jdk%%JDK_VERSION%%/bin/jre -cp "%%PREFIX%%/share/java/classes/jfc-%%JFC_VERSION%%/swingall.jar:%%PREFIX%%/share/airport/AirportBaseStationConfig.jar" AirportBaseStationConfigurator exit 1 |