Radish alpha
r
rad:z4V1sjrXqjvFdnCUbxPFqd5p4DtH5
Radicle web interface
Radicle
Git
Fix shebang lines for a few scripts
Merged shawn.webb opened 1 year ago

On the BSDs, bash is typically installed in /usr/local/bin.

Signed-off-by: Shawn Webb shawn.webb@hardenedbsd.org

3 files changed +3 -3 3fd5d513 e0c75d42
modified scripts/copy-katex-assets
@@ -1,4 +1,4 @@
-
#!/bin/bash
+
#!/usr/bin/env bash
set -Eeuo pipefail

echo "Copying katex assets into bundle directory"
modified scripts/install-binaries
@@ -1,4 +1,4 @@
-
#!/bin/bash
+
#!/usr/bin/env bash
set -e

REPO_ROOT=$(git rev-parse --show-toplevel 2>/dev/null || echo "$PWD")
modified scripts/install-twemoji-assets
@@ -1,4 +1,4 @@
-
#!/bin/bash
+
#!/usr/bin/env bash
set -Eeou pipefail

version="$(node -e 'console.log(require("twemoji/package.json").version)')"