summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Ludd <solar@gentoo.org>2006-11-29 20:26:08 +0000
committerNed Ludd <solar@gentoo.org>2006-11-29 20:26:08 +0000
commit232861dd9bfc7bcfd90d67c07cac516e1af412fc (patch)
treee4f6ef834e86e505e74bfa876fbe3a89d5607356 /bin/misc-functions.sh
parent- make sure QUIET mode is exported to the environment properly when using -q ... (diff)
downloadportage-multirepo-232861dd9bfc7bcfd90d67c07cac516e1af412fc.tar.gz
portage-multirepo-232861dd9bfc7bcfd90d67c07cac516e1af412fc.tar.bz2
portage-multirepo-232861dd9bfc7bcfd90d67c07cac516e1af412fc.zip
- 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
Diffstat (limited to 'bin/misc-functions.sh')
-rwxr-xr-xbin/misc-functions.sh2
1 files changed, 1 insertions, 1 deletions
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
+: