Skip to content

Commit

Permalink
package: bash compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
dimitry-ishenko committed Dec 15, 2024
1 parent a01ed2a commit 82e6dc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/modules/functions/package.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# package.sh

# internal function
_pkg_have_stdin() { [[ -t 0 ]] }
_pkg_have_stdin() { [[ -t 0 ]]; }

declare -A module_options
module_options+=(
Expand Down

0 comments on commit 82e6dc0

Please sign in to comment.