mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 14:24:39 -07:00
* usr/bin/byobu-status:
- import constants
This commit is contained in:
parent
8e0e785ce8
commit
48590b09b0
2 changed files with 8 additions and 0 deletions
2
debian/changelog
vendored
2
debian/changelog
vendored
|
@ -28,6 +28,8 @@ byobu (4.14) unreleased; urgency=low
|
|||
* usr/bin/byobu-status, usr/lib/byobu/.constants,
|
||||
usr/lib/byobu/Makefile.am, usr/lib/byobu/.shutil:
|
||||
- add copyright headers, install constants
|
||||
* usr/bin/byobu-status:
|
||||
- import constants
|
||||
|
||||
-- Dustin Kirkland <kirkland@ubuntu.com> Thu, 16 Jun 2011 16:16:29 -0500
|
||||
|
||||
|
|
|
@ -28,6 +28,12 @@ if ! . "${BYOBU_PREFIX}/lib/${PKG}/.shutil"; then
|
|||
exit 1
|
||||
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
|
||||
ESC="\005"
|
||||
color() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue