From 9ad0d4cf1ac30302ba5aeaf99c7c15e1b53d81f0 Mon Sep 17 00:00:00 2001 From: tron Date: Sun, 7 Jan 2007 08:17:56 +0000 Subject: (svn r7939) Fix useless use of cat --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index 7800fe550..e7cfe9534 100755 --- a/configure +++ b/configure @@ -62,7 +62,7 @@ then fi # Read the source.list and process it -SRCS="`cat $ROOT_DIR/source.list | tr '\r' '\n' | awk ' +SRCS="`< $ROOT_DIR/source.list tr '\r' '\n' | awk ' { } /^( *)#end/ { if (deep == skip) { skip -= 1; } deep -= 1; next; } /^( *)#else/ { if (deep == skip) { skip -= 1; } else if (deep - 1 == skip) { skip += 1; } next; } -- cgit v1.2.3-54-g00ecf