changeset 370:c5b4f3e9f909 plus

-a working now?
author Henry S. Thompson <ht@inf.ed.ac.uk>
date Mon, 20 Apr 2026 18:18:11 +0100
parents 710aca6b07e4
children 875724011bc3
files bin/_runme.sh
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/bin/_runme.sh	Fri Apr 10 16:02:09 2026 +0100
+++ b/bin/_runme.sh	Mon Apr 20 18:18:11 2026 +0100
@@ -46,7 +46,7 @@
 echo $(date) ${xa}task $n.$task on $nodename:$N.$node start $pjobs 1>&2
 
 PATH=$W/$USER/bin:$W/shared/bin:$PATH
-export task PATH n node #xarg
+export task PATH n node xarg
 
 if [ "$1" = "-b" ]
 then
@@ -74,7 +74,7 @@
 doit () {
  arg="$1"
  i="$2"
- echo $(date) start $task $i "|$node|$arg|" # |$xarg
+ echo $(date) start $task $i "|$node|$arg|$xarg|"
  eval "$cmd"
  echo $(date) end $task $i
 }