From: Mike Frysinger Date: Sat, 5 Aug 2006 01:37:22 +0000 (-0000) Subject: add space before prompt X-Git-Tag: v2.1.1~98 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=355ba706132fd529f30de75218835999441f2d64;p=portage.git add space before prompt svn path=/main/trunk/; revision=4154 --- diff --git a/bin/etc-update b/bin/etc-update index a421d973a..bd1180b95 100755 --- a/bin/etc-update +++ b/bin/etc-update @@ -141,7 +141,7 @@ configuration file is followed by a list of possible replacement files." echo " (-1 to exit) (-3 to auto merge all remaining files)" echo " (-5 to auto-merge AND not use 'mv -i')" echo " (-7 to discard all updates)" - echo -n " (-9 to discard all updates AND not use 'rm -i'):" + echo -n " (-9 to discard all updates AND not use 'rm -i'): " read input else dialog --title "${title}" --menu "${my_title}" \