aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile5
-rw-r--r--README7
2 files changed, 6 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index 6b9b418..be0eca9 100644
--- a/Makefile
+++ b/Makefile
@@ -9,7 +9,8 @@ COMMAND = got
PKGNAME = gates-of-tartaros
SSH = ssh
-BASH_SHEBANG = /usr/bin/env bash
+SH = bash
+SH_SHEBANG = /usr/bin/env $(SH)
ECHO = /usr/bin/echo
EXAMPLES = lower-left-ponysay allow-uppercase issue-file commands no-empty-user
@@ -43,7 +44,7 @@ cmd: got.install
got.install: got
cp "$<" "$@"
- sed -i 's:#!/usr/bin/env bash:#!$(BASH_SHEBANG):g' "$@"
+ sed -i 's:#!/usr/bin/env bash:#!$(SH_SHEBANG):g' "$@"
sed -i 's:@prefix@:$(PREFIX):g' "$@"
sed -i 's:@dev@:$(DEV):g' "$@"
sed -i 's:@etc@:$(SYSCONF):g' "$@"
diff --git a/README b/README
index c336168..b131d87 100644
--- a/README
+++ b/README
@@ -7,10 +7,9 @@ gates-of-tartaros uses more memory than agetty.
You can configure your install to use dash
instead of bash by running make with the
-argument BASH_SHEBANG="/usr/bin/env dash".
-Doing so will more halve the memory using,
-reducing the memory usage to slightly below
-that of agetty.
+argument SH=dash. Doing so will more halve
+the memory using, reducing the memory usage
+to slightly below that of agetty.
To log in with over SSH type: