* usr/bin/byobu-status:

- import constants
This commit is contained in:
Dustin Kirkland 2011-06-27 13:18:06 +00:00
commit 48590b09b0
2 changed files with 8 additions and 0 deletions

2
debian/changelog vendored
View file

@ -28,6 +28,8 @@ byobu (4.14) unreleased; urgency=low
* usr/bin/byobu-status, usr/lib/byobu/.constants, * usr/bin/byobu-status, usr/lib/byobu/.constants,
usr/lib/byobu/Makefile.am, usr/lib/byobu/.shutil: usr/lib/byobu/Makefile.am, usr/lib/byobu/.shutil:
- add copyright headers, install constants - add copyright headers, install constants
* usr/bin/byobu-status:
- import constants
-- Dustin Kirkland <kirkland@ubuntu.com> Thu, 16 Jun 2011 16:16:29 -0500 -- Dustin Kirkland <kirkland@ubuntu.com> Thu, 16 Jun 2011 16:16:29 -0500

View file

@ -28,6 +28,12 @@ if ! . "${BYOBU_PREFIX}/lib/${PKG}/.shutil"; then
exit 1 exit 1
fi fi
if ! . "${BYOBU_PREFIX}/lib/${PKG}/.constants"; then
echo "failed to source ${BYOBU_PREFIX}/lib/${PKG}/.constants" 2>&1
echo "If you have installed elsewhere, export BYOBU_PREFIX in your shell" 2>&1
exit 1
fi
# Define colors # Define colors
ESC="\005" ESC="\005"
color() { color() {