diff options
author | Nick Sayer <nsayer@FreeBSD.org> | 2001-05-25 14:59:49 +0000 |
---|---|---|
committer | Nick Sayer <nsayer@FreeBSD.org> | 2001-05-25 14:59:49 +0000 |
commit | 3116ca7af496927c071dabfcc915d1094f65b0fd (patch) | |
tree | 66cd91e766196a4d7716ff31d3d651ec12f8b6e6 | |
parent | 1) Install leapsecs.dat (leapseconds support) (diff) |
Get rid of a typo.
Submitted by: anders@codefactory.se
Notes
Notes:
svn path=/head/; revision=43046
-rw-r--r-- | net-mgmt/airport/files/airport | 1 | ||||
-rw-r--r-- | net/airport/files/airport | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/net-mgmt/airport/files/airport b/net-mgmt/airport/files/airport index d3cf5e51d995..d4905a709842 100644 --- a/net-mgmt/airport/files/airport +++ b/net-mgmt/airport/files/airport @@ -18,7 +18,6 @@ case $0 in file=AirportModemUtility ;; *) - *) echo "Unknown command" exit 1 esac diff --git a/net/airport/files/airport b/net/airport/files/airport index d3cf5e51d995..d4905a709842 100644 --- a/net/airport/files/airport +++ b/net/airport/files/airport @@ -18,7 +18,6 @@ case $0 in file=AirportModemUtility ;; *) - *) echo "Unknown command" exit 1 esac |