fqdn: added ; before } - HP-UX /bin/sh needs that.

This commit is contained in:
hjp 2001-04-09 09:48:27 +00:00
parent e161a77792
commit 680e14640f
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
#!/bin/sh #!/bin/sh
[ $# -ge 2 ] && { echo "Usage: $0 [hostname]" >&2; exit 1 } [ $# -ge 2 ] && { echo "Usage: $0 [hostname]" >&2; exit 1; }
if [ $# -eq 1 ] if [ $# -eq 1 ]
then then
hostname=$1 hostname=$1