diff options
-rwxr-xr-x | contrib/bst-here | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/bst-here b/contrib/bst-here index 153d520f7..b96b36cdc 100755 --- a/contrib/bst-here +++ b/contrib/bst-here @@ -61,7 +61,7 @@ BST_HERE_PS1="\[\033[01;34m\]\w\[\033[00m\]> " if [ "$#" -eq 0 ]; then command="/bin/bash -i" else - command="/usr/bin/bst $@" + command="/usr/local/bin/bst $@" fi # FIXME: We run with --privileged to allow bwrap to mount system |