From 0a1b827c113b85f48bcd58e64ccd94d094b9bd8a Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 23 Sep 2007 14:46:37 +0200 Subject: Adding live-initramfs 1.87.5-1. --- bin/live-snapshot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') 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 -- cgit v1.2.3