summaryrefslogtreecommitdiffstats
path: root/e-17/e17/e17update
diff options
context:
space:
mode:
Diffstat (limited to 'e-17/e17/e17update')
-rw-r--r--e-17/e17/e17update4
1 files changed, 2 insertions, 2 deletions
diff --git a/e-17/e17/e17update b/e-17/e17/e17update
index a88dbb97c8..144f317012 100644
--- a/e-17/e17/e17update
+++ b/e-17/e17/e17update
@@ -22,7 +22,7 @@ function get_spell_list () {
message "${MESSAGE_COLOR}Building list of packages to update..." \
"${DEFAULT_COLOR}" &&
for e_spell in `gaze section e-17 e`; do
- if [[ `installed_version $e_spell` == "svn" ]]; then
+ if [[ `installed_version $e_spell` == "svn" ]] || [[ `installed_version $e_spell` == "git" ]]; then
update_spells="$update_spells $e_spell"
fi
done
@@ -34,7 +34,7 @@ if [ "$#" == '0' ]; then
elif [ "$#" == '1' ]; then
case $1 in
-h|--help) echo "usage: $0 [option]"
- echo "-s|--summon Do a SVN checkout only (using summon)";
+ echo "-s|--summon Do a SVN or GIT checkout only (using summon)";
echo "-h|--help Print this help message";
;;
-s|--summon) get_spell_list &&