diff options
author | rsc <devnull@localhost> | 2007-01-18 13:02:52 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2007-01-18 13:02:52 +0000 |
commit | 357cecc163c31e95a40a2ce14a23840eef066fe6 (patch) | |
tree | 03adc23dfe480ae428b8555d47fdea6026165fe3 /bin/unmount | |
parent | 9b3fcf01c5d22d7be320a0e194cc54579f71c409 (diff) | |
download | plan9port-357cecc163c31e95a40a2ce14a23840eef066fe6.tar.gz plan9port-357cecc163c31e95a40a2ce14a23840eef066fe6.tar.bz2 plan9port-357cecc163c31e95a40a2ce14a23840eef066fe6.zip |
Minor FUSE bug fixes (found mount_fusefs!)
Diffstat (limited to 'bin/unmount')
-rwxr-xr-x | bin/unmount | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/unmount b/bin/unmount index 6323e843..46976f16 100755 --- a/bin/unmount +++ b/bin/unmount @@ -1,4 +1,4 @@ -l#!/usr/local/plan9/bin/rc +#!/usr/local/plan9/bin/rc if(! ~ $#* 1){ echo 'usage: unmount mtpt' >[1=2] |