From 14c270f0965f7430835cb2f7705d85fa318468c0 Mon Sep 17 00:00:00 2001 From: V33m <48420633+V33m@users.noreply.github.com> Date: Thu, 10 Sep 2020 23:19:54 +0200 Subject: [PATCH] Update rtupdate - Typo --- scripts/rtupdate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/rtupdate b/scripts/rtupdate index ad05e5d7..27c57efd 100755 --- a/scripts/rtupdate +++ b/scripts/rtupdate @@ -218,7 +218,7 @@ echo "Fetching source files" if [ $xmlrpc_repo = 0 ]; then svn co $xmlrpcloc xmlrpc >> $logfile 2>&1 - if [ ! -e xmlrpc-c ]; then + if [ ! -e xmlrpc ]; then git clone $xmlrpc_url_alt xmlrpc >> $logfile 2>&1 cd xmlrpc/stable else cd xmlrpc; fi