Correct small typo in clfs.xsl
This commit is contained in:
parent
0044289c45
commit
4aede02f51
2 changed files with 2 additions and 2 deletions
|
@ -209,7 +209,7 @@
|
||||||
<xsl:if test="contains(string(),' -k ')">
|
<xsl:if test="contains(string(),' -k ')">
|
||||||
<xsl:text> || true</xsl:text>
|
<xsl:text> || true</xsl:text>
|
||||||
</xsl:if>
|
</xsl:if>
|
||||||
<xsl:text>#xA;</xsl:text>
|
<xsl:text>
</xsl:text>
|
||||||
</xsl:otherwise>
|
</xsl:otherwise>
|
||||||
</xsl:choose>
|
</xsl:choose>
|
||||||
</xsl:if>
|
</xsl:if>
|
||||||
|
|
|
@ -807,7 +807,7 @@ get_sources() { # Download file, write name to MISSING_FILES.DMP if
|
||||||
[[ -f MD5SUMS ]] && rm MD5SUMS
|
[[ -f MD5SUMS ]] && rm MD5SUMS
|
||||||
[[ -f MISSING_FILES.DMP ]] && rm MISSING_FILES.DMP
|
[[ -f MISSING_FILES.DMP ]] && rm MISSING_FILES.DMP
|
||||||
[[ -f urls.lst ]] && rm urls.lst
|
[[ -f urls.lst ]] && rm urls.lst
|
||||||
echo "getting sources"
|
|
||||||
# Generate URLs file
|
# Generate URLs file
|
||||||
create_urls
|
create_urls
|
||||||
|
|
||||||
|
|
Reference in a new issue