diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2019-11-08 16:19:34 +0100 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2019-11-08 16:19:34 +0100 |
| commit | 91fe7203b6545073d57172f2571feeb9902589c1 (patch) | |
| tree | c75a2c683874e52034b2b7022485a5a40b52f684 | |
| parent | 2d4758dc7e3cb2a1ad9508817564d25ce8b96ec7 (diff) | |
Cleaned up definitions for `pause` and `sh`
| -rw-r--r-- | bb.h | 10 |
1 files changed, 2 insertions, 8 deletions
@@ -300,11 +300,7 @@ CONFIRM ";\n" #endif "}\n" "pause() {\n" -#ifdef PAUSE -PAUSE ";\n" -#else -" ask1 REPLY \"\033[0;2mPress any key to continue...\033[0m\";" -#endif +" ask1 REPLY \"\033[0;2m Press any key to continue...\033[0m\";" "}\n" "pick() {\n" #ifdef PICK @@ -315,9 +311,7 @@ PICK ";\n" #endif "}\n" #ifdef SH -"alias sh=" SH";\n" -#else -#define SH "sh" +"alias sh="SH";\n" #endif ; |
