Skip to content
This repository has been archived by the owner on Feb 9, 2025. It is now read-only.

Commit

Permalink
Fix broken CVS reports. Closes bug #90625.
Browse files Browse the repository at this point in the history
Recognize .sh files as shell scripts. Closes bug #90605.
  • Loading branch information
david committed Aug 13, 2002
1 parent fa2b300 commit cc34e6b
Show file tree
Hide file tree
Showing 5 changed files with 130 additions and 124 deletions.
2 changes: 1 addition & 1 deletion bin/file_reports/file_listing
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# of the CVS tree.

# Remember where we started out, then go to CVS root.
FILENAME=`cat /tmp/lampadas_filename.txt`
FILENAME=`cat /tmp/lampadas_localname.txt`

cd /var/cache/lampadas/LDP
ls -l $FILENAME
Expand Down
4 changes: 2 additions & 2 deletions bin/update-static
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ cvs -q update -d -P

# Rebuild all documents
cd $LAMPADAS_LIB
./Lintadas.py
./Mirror.py
./Lintadas.py && \
./Mirror.py && \
./Makefile.py

# Build outputs
Expand Down
Loading

0 comments on commit cc34e6b

Please sign in to comment.