[pkg-fso-commits] [SCM] Various non-packaged files branch, master, updated. 6d5498b3fdb5df6d009c56989865c41ee1c31fee
Steffen Moeller
moeller at debian.org
Thu Mar 12 22:25:34 UTC 2009
The following commit has been merged in the master branch:
commit 6d5498b3fdb5df6d009c56989865c41ee1c31fee
Author: Steffen Moeller <moeller at debian.org>
Date: Thu Mar 12 23:12:30 2009 +0100
Tasks should be defined case-invariantly.
diff --git a/install.sh b/install.sh
index b1ced99..cca74df 100755
--- a/install.sh
+++ b/install.sh
@@ -805,6 +805,9 @@ action_tasks () {
return 0;
fi
+ # tasks should be defined case-invariantly
+ TASKS=$(echo "$TASKS"|tr "a-z" "A-Z")
+
if [ "ALL" = "$TASKS" ]; then
TASKS="$intern_tasks_defined"
fi
--
Various non-packaged files
More information about the pkg-fso-commits
mailing list