summaryrefslogtreecommitdiffstats
path: root/xlators/mount/fuse/utils
diff options
context:
space:
mode:
Diffstat (limited to 'xlators/mount/fuse/utils')
-rwxr-xr-xxlators/mount/fuse/utils/mount.glusterfs.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/xlators/mount/fuse/utils/mount.glusterfs.in b/xlators/mount/fuse/utils/mount.glusterfs.in
index 0181e4e17..2901873e3 100755
--- a/xlators/mount/fuse/utils/mount.glusterfs.in
+++ b/xlators/mount/fuse/utils/mount.glusterfs.in
@@ -41,8 +41,8 @@ _init ()
mounttab=/proc/mounts
;;
Linux)
- getinode="stat -c $i"
- getdev="stat -c $d"
+ getinode="stat -c %i $i"
+ getdev="stat -c %d $d"
lgetinode="${getinode} -L"
lgetdev="${getdev} -L"