]> git.xonotic.org Git - xonotic/xonotic.git/commitdiff
another blobhash typo
authorRudolf Polzer <divVerent@alientrap.org>
Thu, 27 May 2010 13:31:36 +0000 (15:31 +0200)
committerRudolf Polzer <divVerent@alientrap.org>
Thu, 27 May 2010 13:31:36 +0000 (15:31 +0200)
misc/tools/xonotic-map-compiler-autobuild

index 00359af61b5a6bd66ff815ab30b120d3a6bc8cc6..d2f2ef4f7c4c4f27dc4731031eed3532448cdedc 100755 (executable)
@@ -46,7 +46,7 @@ getthemap()
        bspdir=$3
        M=$4
        blobhash=$5
-       if mv "$bspdir_old/$M-$blobhash.pk3" "$bspdir/$M-blobhash.pk3"; then
+       if mv "$bspdir_old/$M-$blobhash.pk3" "$bspdir/$M-$blobhash.pk3"; then
                continue
        fi
        if ! wget -O "$bspdir/$M-$blobhash.pk3" "$url$M-$blobhash.pk3"; then