We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 761e742 commit 3a4e6c7Copy full SHA for 3a4e6c7
1 file changed
Documentation/install-webdoc.sh
@@ -30,7 +30,7 @@ for th in \
30
do
31
h=`expr "$th" : "$strip_leading"'\(.*\)'`
32
case "$h" in
33
- index.html) continue ;;
+ RelNotes-*.txt | index.html) continue ;;
34
esac
35
test -f "$h" && continue
36
echo >&2 "# rm -f $th"
0 commit comments