Lines Matching +full:- +full:ne
4 # the COPYING file in the top-level directory.
6 substat=".git-submodule-status"
12 test -z "$maybe_modules" && exit 0
13 test -z "$GIT" && GIT=$(command -v git)
18 if ! test -e ".git"; then
20 elif test -z "$GIT"; then
25 test -z "$no_git_error"
36 echo " $ ./configure --disable-download"
40 echo " $ GIT='tsocks git' scripts/git-submodule.sh update $modules"
49 echo " scripts/git-submodule.sh update $maybe_modules"
51 echo " --enable-download"
64 test -e $substat || touch $substat
74 echo "warn: ignoring non-existent submodule $m"
86 elif ! (set xyz "$module"/* && test -e "$2"); then
100 $GIT submodule update --init $modules 1>/dev/null
101 test $? -ne 0 && update_error "failed to update modules"
106 (while read -r REPLY; do
115 … test $? -ne 0 && update_error "failed to save git submodule status" >&2) < $substat > $substat.new
116 mv -f $substat.new $substat