Lars Hjemli wrote: > + module_clone "$path" "$url" || exit $? Minor nit: The idiom that is commonly used in situations like this (see other git-* shell scripts): module_clone "$path" "$url" || exit because exit without argument uses the code of the last command executed. -- Hannes - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html