diff options
author | Erich Eckner <git@eckner.net> | 2020-02-11 15:18:54 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2020-02-11 15:18:54 +0100 |
commit | 7e32b4139c18632c782375dc368187f71fb64681 (patch) | |
tree | b0fc933548746a0707dbe0f870a4aa723a98273d /archPackagesUpdate | |
parent | 78674ad8760f394a7914a96ab244579684c8a745 (diff) | |
download | archlinuxewe-7e32b4139c18632c782375dc368187f71fb64681.tar.xz |
archPackagesUpdate: use absolute path to update-submodule
Diffstat (limited to 'archPackagesUpdate')
-rwxr-xr-x | archPackagesUpdate | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archPackagesUpdate b/archPackagesUpdate index 879b95bcf..9651bf88d 100755 --- a/archPackagesUpdate +++ b/archPackagesUpdate @@ -273,7 +273,7 @@ if [ -f '.gitmodules' ]; then p } ' '.gitmodules' \ - | parallel -j0 "./update-submodule" "${pkgSrcDir}" "${submoduleDir}" + | parallel -j0 "${tmpDir}/update-submodule" "${pkgSrcDir}" "${submoduleDir}" >&2 printf ' done.\n' fi |