[SCM] debian-live branch, master, updated. 1.130.1-3-28-gd167d6e

Daniel Baumann daniel at debian.org
Tue Jun 10 21:59:06 UTC 2008


The following commit has been merged in the master branch:
commit cdef29feffee41e72dda184c82ec9c8a3e63a1a1
Author: Marco Amadori <marco.amadori at gmail.com>
Date:   Fri Jun 6 23:01:26 2008 +0200

    live-snapshot: removed an unused and useless function.
    
    Signed-off-by: Marco Amadori <marco.amadori at gmail.com>

diff --git a/bin/live-snapshot b/bin/live-snapshot
index b523c4a..d4c6c34 100755
--- a/bin/live-snapshot
+++ b/bin/live-snapshot
@@ -125,19 +125,6 @@ Version ()
 	exit 0
 }
 
-Is_same_mount ()
-{
-	dir1="$(Base_path ${1})"
-	dir2="$(Base_path ${2})"
-
-	if [ "${dir1}" = "${dir2}" ]
-	then
-		return 0
-	else
-		return 1
-	fi
-}
-
 Parse_args ()
 {
 	# Parse command line

-- 
debian-live



More information about the debian-live-changes mailing list