From 3ff07772e772bc927a00f1cea6df94feccc8d63d Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Wed, 24 Feb 2016 10:16:29 +1300 Subject: Add tl(1) requirement to tlcs(1) --- bin/tlcs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bin/tlcs b/bin/tlcs index 9af16efe..9222131a 100755 --- a/bin/tlcs +++ b/bin/tlcs @@ -22,6 +22,9 @@ usage() { printf 'USAGE: %s [-h] [-c] [-o STDOUT_PREFIX] [-e STDERR_PREFIX] [--] COMMAND [ARG1...]\n' "$self" } +# Check we have tl(1) +hash tl || exit + # Set the default prefixes and suffixes for stdout/stderr stdout_prefix='stdout: ' stderr_prefix='stderr: ' -- cgit v1.2.3