parallel: Code tabified.

This commit is contained in:
Ole Tange 2022-03-19 08:57:58 +01:00
parent e40b886a9a
commit 062e8ef744

View file

@ -5381,7 +5381,7 @@ sub show_limits() {
"Maximal usable size of command: ", "Maximal usable size of command: ",
$Global::usable_command_line_length,"\n", $Global::usable_command_line_length,"\n",
"\n", "\n",
"Execution of will continue now, ", "Execution will continue now, ",
"and it will try to read its input\n", "and it will try to read its input\n",
"and run commands; if this is not ", "and run commands; if this is not ",
"what you wanted to happen, please\n", "what you wanted to happen, please\n",
@ -6857,7 +6857,6 @@ sub limit($) {
else { exit (sum*1024 < '$limit') } else { exit (sum*1024 < '$limit') }
}' /proc/meminfo; }' /proc/meminfo;
}; };
export -f mem;
mem %s; mem %s;
!, !,
"load" => q! "load" => q!
@ -14239,4 +14238,3 @@ sub main() {
} }
main(); main();