Skip to content

Commit f3800e3

Browse files
committed
fix: remove Bashism in POSIX test
1 parent b2e23b4 commit f3800e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/lib/commands/do-init.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ echo_bpm_package_path_posix() {
3737
# - Setting bpm package PATH
3838
# - Sourcing bpm package completion
3939
do-init() {
40-
if [ "$1" == '-' ]; then
40+
if [ "$1" = '-' ]; then
4141
shift
4242
fi
4343

0 commit comments

Comments
 (0)