~siretart/byobu/debian

« back to all changes in this revision

Viewing changes to byobu-status

  • Committer: Reinhard Tartler
  • Date: 2009-09-24 13:36:17 UTC
  • mfrom: (350.1.403 upstream)
  • Revision ID: siretart@tauware.de-20090924133617-0oia5fntnuokd599
Tags: 2.34-1
mergeĀ releaseĀ 2.34

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
        fi
31
31
}
32
32
 
33
 
# Source configuration
 
33
# Source configurations
34
34
[ -r "/etc/$PKG/statusrc" ] && . "/etc/$PKG/statusrc"
35
35
[ -r "$HOME/.$PKG/status" ] && . "$HOME/.$PKG/status"
 
36
[ -r "$HOME/.$PKG/statusrc" ] && . "$HOME/.$PKG/statusrc"
36
37
 
37
38
export P="$1"
38
39
if [ "$P" = "--detail" ]; then
57
58
else
58
59
                eval x="\$$P" || exit 1
59
60
                [ "$x" = "1" ] || exit 0
60
 
                exec $(find_script "$P")
 
61
                . $(find_script "$P")
61
62
fi