[SCM] live-config branch, debian-next, updated. debian/3.0_a26-1-4-g71c8f5d

Daniel Baumann daniel at debian.org
Fri Sep 23 14:48:50 UTC 2011


The following commit has been merged in the debian-next branch:
commit 71c8f5d3dcd538c224a056a7c4b7a3381206f9d2
Author: Daniel Baumann <daniel at debian.org>
Date:   Fri Sep 23 16:49:16 2011 +0200

    Using sort -u instead of sort and uniq when sorting scripts.

diff --git a/scripts/config.sh b/scripts/config.sh
index 73ff31b..069ca93 100755
--- a/scripts/config.sh
+++ b/scripts/config.sh
@@ -192,7 +192,7 @@ Main ()
 			;;
 	esac
 
-	_SCRIPTS="$(echo ${_SCRIPTS} | sed -e 's| |\n|g' | sort | uniq)"
+	_SCRIPTS="$(echo ${_SCRIPTS} | sed -e 's| |\n|g' | sort -u)"
 
 	# Configuring system
 	for _SCRIPT in ${_SCRIPTS}

-- 
live-config



More information about the debian-live-changes mailing list