diff options
| author | Michael Forney <mforney@mforney.org> | 2016-12-11 00:55:12 -0800 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2016-12-11 00:55:12 -0800 |
| commit | 7ef07104f29604375f81f5136ba3af08a8e1aded (patch) | |
| tree | 3ec26df9c3366f7c9b0aae5997f1cdfb700ad0a1 /.gitmodules | |
| parent | 602221aabed6e095d2bc0a0193db543a85710da6 (diff) | |
awk: Add patch to fix generating array with too many elements
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 8cff289e..12381d46 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,7 @@ [submodule "core/awk/src"] path = core/awk/src url = https://github.com/onetrueawk/awk + ignore = all [submodule "core/curl/src"] path = core/curl/src url = https://github.com/curl/curl |
