Skip to content

Commit fb053e3

Browse files
authored
Merge pull request #1562 from luarss/makebash_env
Makebash env
2 parents 685a9ab + 501fab9 commit fb053e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flow/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1089,7 +1089,7 @@ yosys:
10891089
# Drop into a bash shell with all environment variables, useful for debugging
10901090
.PHONY: bash
10911091
bash:
1092-
bash
1092+
bash --init-file <(echo "PS1='\[\e[32m\]Makefile Environment \[\e[0m\] \w $ '")
10931093

10941094
.PHONY: all_defs
10951095
all_defs : $(foreach file,$(RESULTS_ODB),$(file).def)

0 commit comments

Comments
 (0)