Fixed a typo in DownloadFileIfNotCached. Fixes #5519.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35734 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
0181fe4b21
commit
8acc2e0854
@ -105,7 +105,7 @@ function DownloadFileIfNotCached()
|
||||
mkdir -p "$dir"
|
||||
if [ ! -e $dir/$file ] ; then
|
||||
echo "Downloading $url ..."
|
||||
wget -nv -O $dir/$file $urlarst
|
||||
wget -nv -O $dir/$file $url
|
||||
fi
|
||||
result=$?
|
||||
if [ $result -gt 0 ]; then
|
||||
|
Loading…
Reference in New Issue
Block a user