diff --git a/debian/changelog b/debian/changelog index 36808da8..478e60ca 100644 --- a/debian/changelog +++ b/debian/changelog @@ -29,8 +29,9 @@ screen-profiles (1.18) UNRELEASED; urgency=low keybindings now that each user sets this in their local * profiles/generate-profiles, profiles/profile.skel: drop the grep of the caption, put it the skeleton + * select-screen-profile: remove (), LP: #322833 - -- Dustin Kirkland Thu, 29 Jan 2009 13:06:45 +0100 + -- Dustin Kirkland Sat, 31 Jan 2009 18:18:59 +0100 screen-profiles (1.17-0ubuntu1) jaunty; urgency=low diff --git a/select-screen-profile b/select-screen-profile index 0a8c1840..ecf546b2 100755 --- a/select-screen-profile +++ b/select-screen-profile @@ -160,7 +160,7 @@ else break ;; *) - usage() + usage exit 1 ;; --)