Skip to content

Commit

Permalink
fix sourcing
Browse files Browse the repository at this point in the history
  • Loading branch information
Cassandra Watergate committed Nov 25, 2022
1 parent d31cf59 commit 982ceaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion download-backgrounds.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ abort () {
}

# Get the getopts_long function
source build/getopts_long/lib/getopts_long.bash || \
source "$(dirname "${0}")"/build/getopts_long/lib/getopts_long.bash || \
abort -e "\e[1;31mCould not find \e[1;33mbuild/getopts_long/lib/getopts_long.bash\e[1;31m. Did you forget to intiate submodules?\e[0m"

# Help output
Expand Down

0 comments on commit 982ceaa

Please sign in to comment.