Last change
on this file since 471 was 469, checked in by Sanahuja Guillaume, 3 years ago |
change all scripts to remove call to distribution_specific_hack, which is no longer necessary
|
File size:
311 bytes
|
Rev | Line | |
---|
[469] | 1 | #!/bin/bash
|
---|
[302] | 2 |
|
---|
[469] | 3 | function red_echo () {
|
---|
| 4 | echo -e "\033[33m$1\033[0m"
|
---|
[302] | 5 | }
|
---|
| 6 |
|
---|
[469] | 7 | red_echo "Calling distribution_specific_hack.sh is no longer necessary; this script now does nothing"
|
---|
| 8 | red_echo "If you encounter problems running your program, call the distribution_specific_hack_compat.sh script and warn a Flair developer\n"
|
---|
Note:
See
TracBrowser
for help on using the repository browser.