Activity log for bug #1026595

Date Who What changed Old value New value Message
2012-07-19 12:29:05 Daniel Hahler bug added bug
2012-07-19 12:31:18 Daniel Hahler description BYOBU_TEST gets used to test for greadlink here: $BYOBU_TEST greadlink >/dev/null 2>&1 && export BYOBU_READLINK="greadlink" || export BYOBU_READLINK="readlink" But gets defined only later when "${BYOBU_PREFIX}/lib/${PKG}/include/common" is sourced. Calling "greadlink" without arguments (like it happens in this case) results in an error and therefore "readlink" is used always. BYOBU_TEST gets used to test for greadlink here:     $BYOBU_TEST greadlink >/dev/null 2>&1 && export BYOBU_READLINK="greadlink" || export BYOBU_READLINK="readlink" But gets defined only later when "${BYOBU_PREFIX}/lib/${PKG}/include/common" is sourced. Calling "greadlink" without arguments (like it happens in this case) results in an error and therefore "readlink" is used always. The same applies to BYOBU_READLINK, which gets used one line after this: prefix="$(dirname $(dirname $($BYOBU_READLINK -f $0)))"
2012-07-19 12:32:14 Daniel Hahler description BYOBU_TEST gets used to test for greadlink here:     $BYOBU_TEST greadlink >/dev/null 2>&1 && export BYOBU_READLINK="greadlink" || export BYOBU_READLINK="readlink" But gets defined only later when "${BYOBU_PREFIX}/lib/${PKG}/include/common" is sourced. Calling "greadlink" without arguments (like it happens in this case) results in an error and therefore "readlink" is used always. The same applies to BYOBU_READLINK, which gets used one line after this: prefix="$(dirname $(dirname $($BYOBU_READLINK -f $0)))" BYOBU_TEST gets used to test for greadlink here:     $BYOBU_TEST greadlink >/dev/null 2>&1 && export BYOBU_READLINK="greadlink" || export BYOBU_READLINK="readlink" But gets defined only later when "${BYOBU_PREFIX}/lib/${PKG}/include/common" is sourced. Calling "greadlink" without arguments (like it happens in this case) results in an error and therefore "readlink" is used always.
2012-10-01 08:38:25 Daniel Hahler byobu: status New Confirmed
2013-01-14 20:38:48 Dustin Kirkland  byobu: importance Undecided Medium
2013-01-14 20:38:51 Dustin Kirkland  byobu: assignee Dustin Kirkland (kirkland)
2013-01-14 20:38:52 Dustin Kirkland  byobu: status Confirmed Fix Committed
2013-01-14 20:55:06 Launchpad Janitor branch linked lp:byobu
2013-01-14 21:29:17 Dustin Kirkland  byobu: status Fix Committed Fix Released
2013-01-14 22:14:28 Launchpad Janitor branch linked lp:ubuntu/raring-proposed/byobu