]> git.xolatile.top Git - emil-bake.git/commitdiff
pruned
authorEmil Williams <emilwilliams@tuta.io>
Sat, 20 Jan 2024 00:16:54 +0000 (00:16 +0000)
committerEmil Williams <emilwilliams@tuta.io>
Sat, 20 Jan 2024 00:16:54 +0000 (00:16 +0000)
bake.c

diff --git a/bake.c b/bake.c
index 0eda86aba9b11845cc04127685c6bdebd60ba8fe..f7ad91f0cac0b64f8241fcbb53e5e7d4e2b945b4 100644 (file)
--- a/bake.c
+++ b/bake.c
@@ -28,9 +28,9 @@
 #define  STOP "@STOP"
 
 #define  HELP                                                                          \
-    BOLD "target-file" RESET " [arguments ...]\n"                                      \
-    "Use the format `" BOLD "@BAKE" RESET " cmd ...' within the target-file, this will execute the\n"   \
-    "rest of line, or if found within the file, until the " BOLD "@STOP" RESET " marker.\n"             \
+  BOLD "target-file" RESET " [arguments ...]\n"                                      \
+  "Use the format `" BOLD "@BAKE" RESET " cmd ...' within the target-file, this will execute the\n"   \
+  "rest of line, or if found within the file, until the " BOLD "@STOP" RESET " marker.\n"             \
 
 #define DESC                                                 \
   "Options [Must always be first]\n"                         \
@@ -281,9 +281,6 @@ main(int argc, char ** argv) {
   int ret = 0;
   char * buf = NULL;
 
-  /* changing this to "" creates many additional allocations */
-  (void) setlocale(LC_ALL, "C");
-
   if (argc < 2
   ||  !strcmp(argv[1], "-h")
   ||  !strcmp(argv[1], "--help"))