Adding live-initramfs 1.87.5-1.
[live-boot-grml.git] / bin / live-snapshot
index 0c24f00..3f9c11c 100755 (executable)
@@ -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