diff options
author | Ryan Phillips <rphillips@gentoo.org> | 2004-01-21 17:49:34 +0000 |
---|---|---|
committer | Ryan Phillips <rphillips@gentoo.org> | 2004-01-21 17:49:34 +0000 |
commit | bf379544e0469136386d7dba5ced2b9ab2783c7d (patch) | |
tree | 4ff9549ac0d8512eff3746fba648059998a16e27 /net-fs/openafs/files | |
parent | removed fPIC from compile options. Fixes #38193 (diff) | |
download | gentoo-2-bf379544e0469136386d7dba5ced2b9ab2783c7d.tar.gz gentoo-2-bf379544e0469136386d7dba5ced2b9ab2783c7d.tar.bz2 gentoo-2-bf379544e0469136386d7dba5ced2b9ab2783c7d.zip |
Fixes part of bug #37545
Diffstat (limited to 'net-fs/openafs/files')
-rw-r--r-- | net-fs/openafs/files/afs.rc.rc6 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-fs/openafs/files/afs.rc.rc6 b/net-fs/openafs/files/afs.rc.rc6 index a3c7a4d3cf35..e3bbe3d5a804 100644 --- a/net-fs/openafs/files/afs.rc.rc6 +++ b/net-fs/openafs/files/afs.rc.rc6 @@ -37,7 +37,7 @@ depend() { check_ext2() { PART=`cat /proc/mounts | grep vice | grep ext2 | awk '{print $1}'` - if [ -z $PART ] + if [ -z "$PART" ] then echo ">>> PLEASE CREATE A EXT2 (no reiserfs) PARTITION (of aprox. 200M)" echo ">>> AND MOUNT IT TO /USR/VICE/CACHE !!!" |