Skip to content

Commit 8b712d4

Browse files
committed
Tweak shebang whitespace.
1 parent e9a45b2 commit 8b712d4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

scripts/dev.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/sh
1+
#! /bin/sh
22
# Loads the environment variables, makes the environment variable modules, and
33
# serves the Ruck app.
44

scripts/makeEnvModules.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/sh
1+
#! /bin/sh
22
# Makes the public environment variable modules.
33

44
# Makes the modules for a public environment variable.

scripts/serve.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/sh
1+
#! /bin/sh
22
# Serves the Ruck app.
33

44
# Asserts an environment variable is set.

0 commit comments

Comments
 (0)