Correction : condition finale de boucle while.
[lhc/ateliers.git] / vm_host
diff --git a/vm_host b/vm_host
index d5d9277..1577977 100755 (executable)
--- a/vm_host
+++ b/vm_host
@@ -358,6 +358,7 @@ rule_debian_install () {
                 dnsutils \
                 dropbear \
                 etckeeper \
+                git-core \
                 gnupg \
                 hashalot \
                 htop \
@@ -437,7 +438,7 @@ case $rule in
  (help);;
  (*)
        test "$(hostname --fqdn)" = "$vm_host"
-       set "${TRACE:+-x}"
+       ${TRACE:+set -x}
        ;;
  esac
 rule_$rule "$@"