diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-08-19 23:56:29 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-08-19 23:56:29 -0400 |
| commit | 2f20aaaf3e24e89ed652bc7148e6ffdcb142ec7c (patch) | |
| tree | e77794af53684a1cb94bd5e13df748b97d7416fe | |
| parent | 1917e09c994175e50a583494bc399fabda322a61 (diff) | |
Fix bash path
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -SHELL=/bin/bash -o pipefail +SHELL=bash -o pipefail # Run ./configure.sh to choose installation locations: ifeq ($(wildcard config.mk),) all: config.mk |
