From 27b59b59e8fb3deefe10be5225ab6bf9c80dc0b6 Mon Sep 17 00:00:00 2001 From: rhatto Date: Thu, 27 Nov 2008 17:25:45 +0000 Subject: fixes git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@544 04377dda-e619-0410-9926-eae83683ac58 --- trunk/lib/common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'trunk/lib/common.sh') diff --git a/trunk/lib/common.sh b/trunk/lib/common.sh index 1ce8381..857d01e 100644 --- a/trunk/lib/common.sh +++ b/trunk/lib/common.sh @@ -365,7 +365,7 @@ function default_distro { fi else if [ -f "$1/etc/slackware-version" ]; then - cat $1/etc/slackware-version | awk '{ print $1 }' + cat $1/etc/slackware-version | awk '{ print $1 }' | tr '[[:upper:]]' '[[:lower:]]' else echo slackware fi -- cgit v1.2.3