X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=bin%2Flive-snapshot;h=3f9c11c04dda25dc20a6193c8a33666b0f3a16a3;hb=refs%2Ftags%2Fupstream%2F1.87.5;hp=0c24f00c86ebb6d675520a99e54b560ddd61e75e;hpb=cdb98bbbdc41b29c6b94dc5aed36393daec84cf8;p=live-boot-grml.git diff --git a/bin/live-snapshot b/bin/live-snapshot index 0c24f00..3f9c11c 100755 --- a/bin/live-snapshot +++ b/bin/live-snapshot @@ -154,7 +154,7 @@ Is_same_mount () { dir1="`Base_path $1`" dir2="`Base_path $2`" - if [ "${dir1}" == "${dir2}" ]; then + if [ "${dir1}" = "${dir2}" ]; then return 0 else return 1