From 58c1a2b4d1a15b99e324a0dceafaabfbe4bec5be Mon Sep 17 00:00:00 2001 From: Dustin Kirkland Date: Tue, 19 Jul 2011 18:09:48 -0500 Subject: [PATCH] drop auto sourcing of constants; need a better solution for this --- usr/bin/byobu-statusd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/bin/byobu-statusd b/usr/bin/byobu-statusd index 7af235c6..12649dce 100755 --- a/usr/bin/byobu-statusd +++ b/usr/bin/byobu-statusd @@ -40,7 +40,7 @@ while true; do fi now=$(date +%s) # Re-source configuration, if changed since last run - for i in "${BYOBU_PREFIX}/share/$PKG/status/status" "${BYOBU_PREFIX}/share/$PKG/status/statusrc" "$BYOBU_CONFIG_DIR/status" "$BYOBU_CONFIG_DIR/statusrc" "$BYOBU_CONFIG_DIR/color" "${BYOBU_PREFIX}/lib/$PKG/."*; do + for i in "${BYOBU_PREFIX}/share/$PKG/status/status" "${BYOBU_PREFIX}/share/$PKG/status/statusrc" "$BYOBU_CONFIG_DIR/status" "$BYOBU_CONFIG_DIR/statusrc"; do [ -r "$i" ] && [ "$i" -nt "$BYOBU_RUN_DIR/status" ] && . "$i" done for i in "$BYOBU_PREFIX/lib/$PKG/"*; do