aboutsummaryrefslogtreecommitdiff
path: root/bin/ipso
diff options
context:
space:
mode:
authorRuss Cox <rsc@swtch.com>2009-04-30 07:27:52 -0700
committerRuss Cox <rsc@swtch.com>2009-04-30 07:27:52 -0700
commit08d52f6c8fbe6fde72f234e5cb15ae84b68bf2a8 (patch)
tree132d34a7870ecbd793b4bc3589fa7bdd4d79f356 /bin/ipso
parent995e570976b02ba08f2fc1093a7127ea2acbaff2 (diff)
downloadplan9port-08d52f6c8fbe6fde72f234e5cb15ae84b68bf2a8.tar.gz
plan9port-08d52f6c8fbe6fde72f234e5cb15ae84b68bf2a8.tar.bz2
plan9port-08d52f6c8fbe6fde72f234e5cb15ae84b68bf2a8.zip
ipso: do not use the /lib/init/rw tmpfs
Diffstat (limited to 'bin/ipso')
-rwxr-xr-xbin/ipso2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ipso b/bin/ipso
index 40953693..9de10933 100755
--- a/bin/ipso
+++ b/bin/ipso
@@ -78,7 +78,7 @@ if(~ $get aesget && ~ $#* 0){
user=`{whoami}
cd /tmp || exit $status
-tmp=`{df | awk '$1=="tmpfs" {print $NF}'}
+tmp=`{df | grep -v /lib/init | awk '$1=="tmpfs" {print $NF}'}
if(! ~ $#tmp 0)
cd $tmp(1) || exit $status
mkdir -p ipso.$user