X-Git-Url: http://git.liburcu.org/?p=ltt-control.git;a=blobdiff_plain;f=ltt-control%2Flttctl%2Fltt-armalluser.sh;h=aa670891ba06e9718941f3055514fb6cdef72167;hp=c39009778cfcf2e63d29bc3a473b4ef1a09772b7;hb=fb1caac2704db7f0397de94ef94ec8ce9e5b4a7c;hpb=e1669aca10fc3791f7112aeac6707f33a1cae440 diff --git a/ltt-control/lttctl/ltt-armalluser.sh b/ltt-control/lttctl/ltt-armalluser.sh index c390097..aa67089 100755 --- a/ltt-control/lttctl/ltt-armalluser.sh +++ b/ltt-control/lttctl/ltt-armalluser.sh @@ -4,7 +4,7 @@ echo Connecting all userspace markers of _CURRENTLY RUNNING_ processes only ! for a in /proc/[0-9]*; do - for marker in `cat $a/markers`; do + for marker in `cat $a/markers | awk '{print $2}'`; do echo Connecting marker $a:$marker case $marker in *)