From 6c381c1a8df6f82c72aa27c3548afa2efb175236 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Thu, 22 Jul 2010 17:23:40 -0400 Subject: Treat jhbuild as inroot --- dotfiles/bashrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dotfiles/bashrc b/dotfiles/bashrc index 09add68..a9ab53c 100644 --- a/dotfiles/bashrc +++ b/dotfiles/bashrc @@ -18,6 +18,10 @@ export EDITOR _format_inroot_dir () { + if test -z "$INROOT_DIR" && test -n "$CERTIFIED_GNOMIE"; then + # sort of a hack... + INROOT_DIR="$MONO_GAC_PREFIX" + fi if test -n "$INROOT_DIR"; then echo " [root=$INROOT_DIR]" fi -- cgit