From: Ned Ludd Date: Wed, 29 Nov 2006 20:26:08 +0000 (-0000) Subject: - no point in forking a call to true when we can simply use the bash internal of... X-Git-Tag: v2.1.2~420 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=232861dd9bfc7bcfd90d67c07cac516e1af412fc;p=portage.git - 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 --- diff --git a/bin/misc-functions.sh b/bin/misc-functions.sh index 0d7244087..bbfab8456 100755 --- a/bin/misc-functions.sh +++ b/bin/misc-functions.sh @@ -429,4 +429,4 @@ if [ -n "${MISC_FUNCTIONS_ARGS}" ]; then done fi -true +: