diff --git a/bin/ip-address b/bin/ip-address index f8e2a650..8a072747 100755 --- a/bin/ip-address +++ b/bin/ip-address @@ -26,4 +26,4 @@ space= grep -qs "^hostname=1$" "$HOME/.screen-profiles/status" && space=" " grep -qs "^whoami=1$" "$HOME/.screen-profiles/status" && space=" " -printf "\005{=b }%s%s\005{-}" "$space" $(hostname -i 2>/dev/null) +printf "%s\005{=b }%s\005{-}" "$space" $(hostname -i 2>/dev/null) diff --git a/debian/changelog b/debian/changelog index 09e0c0f1..43a557be 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,10 @@ -screen-profiles (1.54) jaunty; urgency=low +screen-profiles (1.54) unreleased; urgency=low - * UNRELEASED + * bin/ip-address: don't color the whitespace + * screen-profiles-status: ensure that all detail scripts get a chance + to run - -- Dustin Kirkland Wed, 29 Apr 2009 19:04:29 -0500 + -- Dustin Kirkland Thu, 30 Apr 2009 22:47:05 -0500 screen-profiles (1.53-0ubuntu1) karmic; urgency=low diff --git a/screen-profiles-status b/screen-profiles-status index 4273a3d9..4ef36012 100755 --- a/screen-profiles-status +++ b/screen-profiles-status @@ -51,7 +51,7 @@ case "$P" in echo echo " ______________________________________________________________________" echo "/ * $i:" - out=`"$DIR"/$i --detail` + out=`"$DIR"/$i --detail` || true echo "$out" | sed "s/^/| /g" echo "\\______________________________________________________________________" done