diff options
author | Jens Schweikhardt <schweikh@FreeBSD.org> | 2001-06-16 15:48:43 +0000 |
---|---|---|
committer | Jens Schweikhardt <schweikh@FreeBSD.org> | 2001-06-16 15:48:43 +0000 |
commit | 03f80507e551f8302df1f7347495b9775bdc5e1b (patch) | |
tree | 0e05c4a015d66d66771bd5dc3857b3bd018584a3 /etc/rc.network | |
parent | 90f76f2df0fd6e8214a92294eb67f7fc1d817f24 (diff) |
Fix misindented esac.
MFC after: 1 week
Notes
Notes:
svn path=/head/; revision=78354
Diffstat (limited to 'etc/rc.network')
-rw-r--r-- | etc/rc.network | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.network b/etc/rc.network index e3af24e53f65..05598dd05d12 100644 --- a/etc/rc.network +++ b/etc/rc.network @@ -667,7 +667,7 @@ network_pass3() { amd_flags="${amd_flags} `eval\ ${amd_map_program}`" ;; - esac + esac if [ -n "${amd_flags}" ]; then amd -p ${amd_flags}\ |