aboutsummaryrefslogtreecommitdiff
path: root/bb.h
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2019-11-08 16:20:06 +0100
committerBruce Hill <bruce@bruce-hill.com>2019-11-08 16:20:06 +0100
commit4d0dbceaf93835954e985a43062597be7d9bc08d (patch)
tree3d174f99f4af4ed13dec406ffddacd37886cca27 /bb.h
parent91fe7203b6545073d57172f2571feeb9902589c1 (diff)
Reverting `SH` change
Diffstat (limited to 'bb.h')
-rw-r--r--bb.h2
1 files changed, 2 insertions, 0 deletions
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
;