From: Rudolf Polzer Date: Thu, 20 May 2010 06:06:28 +0000 (+0200) Subject: default RM_R correctly in download-gamepacks.sh (as $RM usually is rm -f in make) X-Git-Tag: xonotic-v0.5.0~261 X-Git-Url: https://de.git.xonotic.org/?p=xonotic%2Fnetradiant.git;a=commitdiff_plain;h=f1193766e128b7fb08fa6ef1b7658c629ace79ff default RM_R correctly in download-gamepacks.sh (as $RM usually is rm -f in make) --- diff --git a/download-gamepacks.sh b/download-gamepacks.sh index a12c6e7e..41af47c9 100755 --- a/download-gamepacks.sh +++ b/download-gamepacks.sh @@ -9,7 +9,7 @@ : ${WGET:=wget} : ${ECHO:=echo} : ${MKDIR:=mkdir} -: ${RM_R:=rm -r} +: ${RM_R:=rm -f -r} : ${MV:=mv} : ${UNZIP:=unzip}