summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2007-09-23 14:46:37 +0200
committerDaniel Baumann <daniel@debian.org>2011-03-09 17:31:05 +0100
commit0a1b827c113b85f48bcd58e64ccd94d094b9bd8a (patch)
treed83a31c0fdd90c55379666f5962df9c1ea6e43d4 /bin
parentccea277caf476cdfef4c0f953df5a97062d8be42 (diff)
downloadlive-boot-0a1b827c113b85f48bcd58e64ccd94d094b9bd8a.tar.gz
live-boot-0a1b827c113b85f48bcd58e64ccd94d094b9bd8a.zip
Adding live-initramfs 1.87.5-1.
Diffstat (limited to 'bin')
-rwxr-xr-xbin/live-snapshot2
1 files changed, 1 insertions, 1 deletions
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