search for: 6e89c84

Displaying 1 result from an estimated 1 matches for "6e89c84".

Did you mean: 689,84
2009 Dec 02
1
[PATCH libguestfs] accommodate leading "+" in git submodule output
...estfs] accommodate leading "+" in git submodule output * cfg.mk (_submodule_hash): Also filter out "+". * autogen.sh: Likewise. --- autogen.sh | 2 +- cfg.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/autogen.sh b/autogen.sh index 166ca56..6e89c84 100755 --- a/autogen.sh +++ b/autogen.sh @@ -24,7 +24,7 @@ set -v # Ensure that whenever we pull in a gnulib update or otherwise change to a # different version (i.e., when switching branches), we also rerun ./bootstrap. curr_status=.git-module-status -t=$(git submodule status|sed 's/^[ -]//...