From 232861dd9bfc7bcfd90d67c07cac516e1af412fc Mon Sep 17 00:00:00 2001 From: Ned Ludd Date: Wed, 29 Nov 2006 20:26:08 +0000 Subject: - no point in forking a call to true when we can simply use the bash internal of : for true svn path=/main/trunk/; revision=5143 --- bin/misc-functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/misc-functions.sh') diff --git a/bin/misc-functions.sh b/bin/misc-functions.sh index 0d724408..bbfab845 100755 --- a/bin/misc-functions.sh +++ b/bin/misc-functions.sh @@ -429,4 +429,4 @@ if [ -n "${MISC_FUNCTIONS_ARGS}" ]; then done fi -true +: -- cgit v1.2.3-65-gdbad