X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=scripts%2Flive-helpers;fp=scripts%2Flive-helpers;h=0e1b6916628b2c2d7d6d24ccf839d0953b2b93f3;hb=01ed4b84a51f458af528d9ea95fd86da2108081f;hp=d73f44d168eb41a2eefdaf9534b57a0f90695ede;hpb=a6bb4149992d6d416ea58f102cb8539ce106de7a;p=live-boot-grml.git diff --git a/scripts/live-helpers b/scripts/live-helpers index d73f44d..0e1b691 100644 --- a/scripts/live-helpers +++ b/scripts/live-helpers @@ -1585,8 +1585,8 @@ fix_home_rw_compatibility () fi } -is_mountpoint () { - +is_mountpoint () +{ directory="$1" [ $(stat -fc%d:%D "${directory}") != $(stat -fc%d:%D "${directory}/..") ]