From 4d0dbceaf93835954e985a43062597be7d9bc08d Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Fri, 8 Nov 2019 16:20:06 +0100 Subject: [PATCH] Reverting `SH` change --- bb.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bb.h b/bb.h index 1b63741..fc7e3af 100644 --- a/bb.h +++ b/bb.h @@ -312,6 +312,8 @@ PICK ";\n" "}\n" #ifdef SH "alias sh="SH";\n" +#else +#define SH "sh" #endif ;