Revision 236
Added by Aaron Marcuse-Kubitza about 13 years ago
Makefile | ||
---|---|---|
1 |
esc = $$'\x1B['
|
|
1 |
esc = '['
|
|
2 | 2 |
reset = $(esc)'0m' |
3 | 3 |
highlight = $(esc)'7m' |
4 | 4 |
|
... | ... | |
54 | 54 |
@echo 'Run sudo python setup.py build' |
55 | 55 |
@echo 'Run sudo python setup.py install' |
56 | 56 |
@echo "Run python -c 'import MySQLdb'" |
57 |
@read -p $(highlight)'Press ENTER to continue:'$(reset) |
|
57 |
@read -p $(highlight)'Press ENTER to continue: '$(reset)
|
|
58 | 58 |
|
59 | 59 |
# Catch-alls for other OSes |
60 | 60 |
mysql-: |
Also available in: Unified diff
scripts/Makefile: Fixed escape character for /bin/sh