Skip to content

Commit

Permalink
Merge pull request #502 from VisionSystemsInc/quick_fix_compat
Browse files Browse the repository at this point in the history
Quick fix
  • Loading branch information
andyneff authored Apr 4, 2024
2 parents 20b118b + 5778c19 commit 1ad1623
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions linux/elements.bsh
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ if [[ ${-} != *i* ]]; then
source_once &> /dev/null && return 0
fi

source "${VSI_COMMON_DIR}/linux/compat.bsh"

#*# linux/elements

#**
Expand All @@ -31,6 +29,7 @@ source "${VSI_COMMON_DIR}/linux/compat.bsh"
if [ -z "${VSI_COMMON_DIR+set}" ]; then
VSI_COMMON_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")/.."; pwd)"
fi
source "${VSI_COMMON_DIR}/linux/compat.bsh"
source "${VSI_COMMON_DIR}/linux/set_flags.bsh"
source "${VSI_COMMON_DIR}/linux/isin"

Expand Down

0 comments on commit 1ad1623

Please sign in to comment.