Browse Source

Merge 0c7db76e93 into 9d5c9191be

pull/1840/merge
OrbisAI Sec 9 months ago
committed by GitHub
parent
commit
f0fa1d0247
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 1
      common/base.sh

1
common/base.sh

@ -3,7 +3,6 @@ which()
# on some systems 'which' command is considered deprecated and not installed by default
# 'command -v' replacement does not work exactly the same way. it outputs shell aliases if present
# $1 - executable name
local IFS=:
for p in $PATH; do
[ -x "$p/$1" ] && {
echo "$p/$1"

Loading…
Cancel
Save