diff options
| author | Karel Kočí <karel.koci@nic.cz> | 2018-08-03 10:38:54 +0200 |
|---|---|---|
| committer | Karel Kočí <karel.koci@nic.cz> | 2018-08-03 10:38:54 +0200 |
| commit | 4e02fceceaafa709a8a79641d437ae8ebc2fd555 (patch) | |
| tree | 009a5caec7531ee5f18a36f7009f2679123caf7a /install | |
| parent | 2fb9931934c3f2697e0ba7df3d309c6484c1da18 (diff) | |
| download | myconfigs-4e02fceceaafa709a8a79641d437ae8ebc2fd555.tar.gz myconfigs-4e02fceceaafa709a8a79641d437ae8ebc2fd555.tar.bz2 myconfigs-4e02fceceaafa709a8a79641d437ae8ebc2fd555.zip | |
Revert "Recursive update is not required"
This reverts commit a94087cf26f13430b15146e950b5af526813d17e.
Diffstat (limited to 'install')
| -rwxr-xr-x | install | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ cd `dirname $0` -git submodule update --init || (echo "Submodule update failed!"; exit 5) +git submodule update --init --recursive || (echo "Submodule update failed!"; exit 5) # Source inst and diff function . ./utils/inst |
