From 69121ee97028f975bf93ef0c7a70fb6d390c2d83 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Thu, 7 Nov 2013 11:20:17 -0500 Subject: libremakepkg: useless use of `cat` --- src/chroot-tools/hooks-distcc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/chroot-tools/hooks-distcc.sh') diff --git a/src/chroot-tools/hooks-distcc.sh b/src/chroot-tools/hooks-distcc.sh index 9e42242..d8d708a 100644 --- a/src/chroot-tools/hooks-distcc.sh +++ b/src/chroot-tools/hooks-distcc.sh @@ -75,7 +75,7 @@ distcc_stop() { if [[ -f "$copydir/run/distcc-tool.pid" ]]; then - odaemon=$(cat "$copydir/distcc-tool.pid") + odaemon=$(< "$copydir/distcc-tool.pid") kill -- "$odaemon" rm -f -- \ -- cgit v1.2.2