Search:
Login
Preferences
Help/Guide
About Trac
Wiki
Timeline
Roadmap
Browse Source
View Tickets
Search
Context Navigation
←
Previous Change
Next Change
→
Changeset
10068
in genesis for
tools
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
Mar 9, 2012, 8:15:34 PM (
13 years
ago)
Author:
rick
Message:
Check syntax of files.
File:
1 edited
tools/before-commit.sh
(modified)
(
2 diffs
)
Legend:
Unmodified
Added
Removed
Tabular
Unified
tools/before-commit.sh
¶
r8858
r10068
3
3
# with perl to generate right configs
4
4
5
PATH=$PATH:/usr/local/bin
5
6
DIRNAME=`dirname $0`
6
7
…
…
15
16
16
17
if [ $RETVAL -eq 0 ]; then
17
sh ${DIRNAME}/dubbelipcheck.sh
18
python syntax-checker.py
18
19
if [ $? -ne 0 ]; then
19
20
RETVAL=1
Note:
See
TracChangeset
for help on using the changeset viewer.
Download in other formats:
Unified Diff
Zip Archive