[SCM] debian-live branch, master, updated. 1.0_a48-1-30-gf976c38

Daniel Baumann daniel at debian.org
Sat Aug 9 01:38:58 UTC 2008


The following commit has been merged in the master branch:
commit 4d4f4dd8d5195b350981b6210956460e55c1aaca
Author: Antonio Terceiro <terceiro at softwarelivre.org>
Date:   Fri Aug 8 22:21:56 2008 -0300

    Sorting functions alphabetically.

diff --git a/functions/aliases.sh b/functions/aliases.sh
index 15ae2ae..b690a06 100755
--- a/functions/aliases.sh
+++ b/functions/aliases.sh
@@ -9,14 +9,6 @@
 
 set -e
 
-Truncate ()
-{
-	for FILE in ${@}
-	do
-		: > ${FILE}
-	done
-}
-
 Find_files ()
 {
 	(ls "${@}" | grep -qs .) > /dev/null 2>&1
@@ -40,3 +32,11 @@ In_list ()
 
 	return 1
 }
+
+Truncate ()
+{
+	for FILE in ${@}
+	do
+		: > ${FILE}
+	done
+}

-- 
debian-live



More information about the debian-live-changes mailing list