From d0452ca21a267561bc051015d524db9948c215b6 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Tue, 3 Aug 2021 00:21:39 -0400 Subject: -current updates --- sbrun | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'sbrun') diff --git a/sbrun b/sbrun index 6d3b92e..6b8c122 100755 --- a/sbrun +++ b/sbrun @@ -459,11 +459,12 @@ if [ "$TRACK" = "yes" ]; then # in its path: trackfs will log the real path, with the links resolved. TRACKFS=\ "trackfs -l $LOG \ - -I$( readlink -f "$TMP" )\\* \ - -I$( readlink -f "$OUTPUT")\\* \ - -I/tmp\\* \ - -I/var/tmp\* \ - -I/root/.ccache\\* \ + -I$( readlink -f "$TMP" )/\\* \ + -I$( readlink -f "$OUTPUT")/\\* \ + -I/tmp/\\* \ + -I/proc/\\* \ + -I/var/tmp/\\* \ + -I/root/.ccache/\\* \ --" fi -- cgit v1.2.3