diff options
Diffstat (limited to 'include/lib.sh')
-rw-r--r-- | include/lib.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/lib.sh b/include/lib.sh index 9450bb9b..f4e96c90 100644 --- a/include/lib.sh +++ b/include/lib.sh @@ -265,7 +265,7 @@ singletree() # can grab from the internet, or copy locally. # if copying locally, it can only copy a file. -download() +xbmkget() { _dlop="curl" && [ $# -gt 4 ] && _dlop="$5" cached="$XBMK_CACHE/file/$4" |