diff options
author | Thomas Bächler <thomas@archlinux.org> | 2010-02-19 22:23:49 +0100 |
---|---|---|
committer | Thomas Bächler <thomas@archlinux.org> | 2010-02-19 22:23:49 +0100 |
commit | 722d99d81a57a7f1737c028ae0170b33676db5d8 (patch) | |
tree | b64d39eca11468f36b5e92a22f0c46f0980dfbda | |
parent | 01cfe5572f6cfc172dddc013494511a59a7ed85f (diff) | |
download | mkinitcpio-722d99d81a57a7f1737c028ae0170b33676db5d8.tar.gz mkinitcpio-722d99d81a57a7f1737c028ae0170b33676db5d8.tar.xz |
Fix typo in 01cfe5572f6cfc172dddc013494511a59a7ed85f
-rw-r--r-- | hooks/net | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ run_hook () : > /ip_opts - if [ -z "${ip}" -a -n "${nfsaddrs}" ]; the + if [ -z "${ip}" -a -n "${nfsaddrs}" ]; then export ip="${nfsaddrs}" fi |