Add PS1 to interactive bash.

This commit is contained in:
Andrius Štikonas 2021-03-14 23:27:51 +00:00
parent b9c37291af
commit 281d5ed124
1 changed files with 1 additions and 1 deletions

View File

@ -14,4 +14,4 @@ build automake-1.5 stage2.sh
echo "Bootstrapping completed."
exec env - PATH=/after/bin bash -i
exec env - PATH=/after/bin PS1="\w # " bash -i