diff options
author | Russ Cox <rsc@swtch.com> | 2009-04-30 07:27:52 -0700 |
---|---|---|
committer | Russ Cox <rsc@swtch.com> | 2009-04-30 07:27:52 -0700 |
commit | 08d52f6c8fbe6fde72f234e5cb15ae84b68bf2a8 (patch) | |
tree | 132d34a7870ecbd793b4bc3589fa7bdd4d79f356 /bin/ipso | |
parent | 995e570976b02ba08f2fc1093a7127ea2acbaff2 (diff) | |
download | plan9port-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-x | bin/ipso | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |