We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53f509e commit 23a1190Copy full SHA for 23a1190
share/github-backup-utils/ghe-backup-config
@@ -465,6 +465,7 @@ ghe_parse_remote_version() {
465
# In 3.11 we started to install 2 different version parallel(s)
466
# moreutils parallel and GNU parallel. When gnu parallel is installed,
467
# it renames moreutils parallel to parallel.moreutils
468
+# set $PARALLEL_CMD envvar to be used in place of parallel commands
469
ghe_remote_parallel() {
470
if [ -z "$GHE_REMOTE_VERSION" ]; then
471
echo "Error: ghe_remote_version_required needs to be invoked before ghe_remote_parallel" 1>&2
0 commit comments