Skip to content

Commit

Permalink
Fix bash path
Browse files Browse the repository at this point in the history
  • Loading branch information
fooker committed Aug 26, 2024
1 parent f9566b8 commit 2d8dbe8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/cli/src/main/resources/bin/_module_opts.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash

# JDK 9+ modules we need
JAVA_MODULES=(
Expand Down

0 comments on commit 2d8dbe8

Please sign in to comment.