Skip to content

Commit 7577b80

Browse files
committed
fix(cli): use /usr/bin/env bash instead of /bin/bash
1 parent bc6e968 commit 7577b80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bin/ratos

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/usr/bin/env bash
22
SCRIPT_DIR=$( cd -- "$( dirname -- "$(realpath -- "${BASH_SOURCE[0]}")" )" &> /dev/null && pwd )
33
RATOS_BIN_CWD=$(pwd)
44
export RATOS_BIN_CWD

0 commit comments

Comments
 (0)