#!/bin/bash
# Repro helper for get-bb/bb#1545.
# Simulates a user whose login shell puts Volta's shim directory on PATH and
# who has NO Node install outside Volta (the issue's environment). The host
# daemon probes `$SHELL -ilc env` to derive the PATH it hands to agent shells.
export VOLTA_HOME=/tmp/bb-1545-volta
export PATH=/tmp/bb-1545-volta/bin:/home/sawyer/.local/bin:/usr/local/bin:/usr/bin:/bin
exec /bin/bash --noprofile --norc "$@"
