diff options
author | Thomas Bächler <thomas@archlinux.org> | 2011-02-01 20:28:45 +0100 |
---|---|---|
committer | Thomas Bächler <thomas@archlinux.org> | 2011-02-01 20:28:45 +0100 |
commit | 42e8dba5dce4879e4a372c5c2fb5446b4e8bb16c (patch) | |
tree | 7d4f7501b1c335d50e9776b36f97938bb9f427c0 /hooks | |
parent | 3fbbcdf2480bc091f44c7b15d875f313ac7ddbed (diff) | |
download | mkinitcpio-42e8dba5dce4879e4a372c5c2fb5446b4e8bb16c.tar.gz mkinitcpio-42e8dba5dce4879e4a372c5c2fb5446b4e8bb16c.tar.xz |
Remove some obsolete 'export's
Diffstat (limited to 'hooks')
-rw-r--r-- | hooks/net | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ run_hook () : > /ip_opts if [ -z "${ip}" -a -n "${nfsaddrs}" ]; then - export ip="${nfsaddrs}" + ip="${nfsaddrs}" fi if [ -n "${ip}" ]; then |