diff options
author | rhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58> | 2008-11-27 17:25:45 +0000 |
---|---|---|
committer | rhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58> | 2008-11-27 17:25:45 +0000 |
commit | 27b59b59e8fb3deefe10be5225ab6bf9c80dc0b6 (patch) | |
tree | a29851bd1d27f414db037e2597bc50cf02774a07 /trunk/lib | |
parent | c110049805e03798f335970c9543a567c58de4e7 (diff) | |
download | simplepkg-27b59b59e8fb3deefe10be5225ab6bf9c80dc0b6.tar.gz simplepkg-27b59b59e8fb3deefe10be5225ab6bf9c80dc0b6.tar.bz2 |
fixes
git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@544 04377dda-e619-0410-9926-eae83683ac58
Diffstat (limited to 'trunk/lib')
-rw-r--r-- | trunk/lib/common.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |