summaryrefslogtreecommitdiffstats
path: root/hooks
diff options
context:
space:
mode:
authorThomas Bächler <thomas@archlinux.org>2011-02-01 20:28:45 +0100
committerThomas Bächler <thomas@archlinux.org>2011-02-01 20:28:45 +0100
commit42e8dba5dce4879e4a372c5c2fb5446b4e8bb16c (patch)
tree7d4f7501b1c335d50e9776b36f97938bb9f427c0 /hooks
parent3fbbcdf2480bc091f44c7b15d875f313ac7ddbed (diff)
downloadmkinitcpio-42e8dba5dce4879e4a372c5c2fb5446b4e8bb16c.tar.gz
mkinitcpio-42e8dba5dce4879e4a372c5c2fb5446b4e8bb16c.tar.xz
Remove some obsolete 'export's
Diffstat (limited to 'hooks')
-rw-r--r--hooks/net2
1 files changed, 1 insertions, 1 deletions
diff --git a/hooks/net b/hooks/net
index c207ad2..24c08f8 100644
--- a/hooks/net
+++ b/hooks/net
@@ -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