Skip to content

Commit

Permalink
Merge pull request #146 from Be-Secure/anilsingla-patch-2
Browse files Browse the repository at this point in the history
read only shell scripts
  • Loading branch information
anilsingla authored Apr 4, 2024
2 parents 79b4ac7 + 9310e67 commit 9d1a4e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/bash/besman-init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ fi
# <https://github.com/besman/besman-extensions>.
OLD_IFS="$IFS"
IFS=$'\n'
scripts=($(find "${BESMAN_DIR}/src" "${BESMAN_DIR}/envs" -type f -name 'besman-*'))
scripts=($(find "${BESMAN_DIR}/src" "${BESMAN_DIR}/envs" -type f -name 'besman-*.sh'))
for f in "${scripts[@]}"; do
source "$f"
done
Expand Down

0 comments on commit 9d1a4e6

Please sign in to comment.