Skip to content

Commit

Permalink
Avoid warnings by sourcing with .
Browse files Browse the repository at this point in the history
  • Loading branch information
zmoon authored and grabermtw committed Oct 22, 2024
1 parent 6ca9fe8 commit 8c51cdd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh

# Set OnEarth version and release
source ./version.sh
. ./version.sh

# Detect CPU architecture
ARCH=$(uname -m)
Expand Down
2 changes: 1 addition & 1 deletion run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ USE_SSL=${1:-false}
SERVER_NAME=${2:-localhost}

# Set OnEarth version and release
source ./version.sh
. ./version.sh

# Detect CPU architecture
ARCH=$(uname -m)
Expand Down

0 comments on commit 8c51cdd

Please sign in to comment.