diff options
| author | Daniel Baumann <daniel@debian.org> | 2007-09-23 14:46:37 +0200 |
|---|---|---|
| committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 17:31:05 +0100 |
| commit | 0a1b827c113b85f48bcd58e64ccd94d094b9bd8a (patch) | |
| tree | d83a31c0fdd90c55379666f5962df9c1ea6e43d4 /bin | |
| parent | ccea277caf476cdfef4c0f953df5a97062d8be42 (diff) | |
| download | live-boot-0a1b827c113b85f48bcd58e64ccd94d094b9bd8a.tar.gz live-boot-0a1b827c113b85f48bcd58e64ccd94d094b9bd8a.zip | |
Adding live-initramfs 1.87.5-1.
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/live-snapshot | 2 |
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 |
