Skip to content

Commit

Permalink
beesh: fix header which is printed when executing a bee file
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Ruester committed Jan 26, 2012
1 parent 78e77b7 commit 362d056
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/beesh.sh.in
Original file line number Diff line number Diff line change
Expand Up @@ -531,8 +531,8 @@ function bee_run() {

config_init_colors

echo -e "${COLOR_CYAN}BEE v${BEE_VERSION} 2009-2011 - mariux64 package magic "
echo -e " by Marius Tolzmann und Tobias Dreyer <{tolzmann,dreyer}@molgen.mpg.de>"
echo -e "${COLOR_CYAN}BEE v${BEE_VERSION} 2009-2011"
echo -e " by Marius Tolzmann and Tobias Dreyer <{tolzmann,dreyer}@molgen.mpg.de>"
echo -e " Max Planck Institute for Molecular Genetics Berlin Dahlem"
echo -e "${COLOR_NORMAL}"

Expand Down

0 comments on commit 362d056

Please sign in to comment.