Skip to content

Commit

Permalink
fix: bash check
Browse files Browse the repository at this point in the history
Signed-off-by: bkioshn <[email protected]>
  • Loading branch information
bkioshn committed Nov 5, 2024
1 parent 50219cc commit 163c49c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#!/bin/sh
# Delete this line to use the file

!/bin/sh
set -e

BASEDIR=$(dirname "$0")
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#!/usr/bin/env bash
# Delete this line to use the file

# !/usr/bin/env bash

set -e

Expand Down

0 comments on commit 163c49c

Please sign in to comment.