Search:
Login
Settings
Help/Guide
About Trac
Wiki
Timeline
Roadmap
Browse Source
View Tickets
New Ticket
Search
Navigation
←
Previous Changeset
Next Changeset
→
Changeset 8
View differences
inline
side by side
Show
lines around each change
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
03/26/08 16:04:25 (8 months ago)
Author:
relet.net
Message:
add #!/bin/bash to start scripts
Files:
trunk/compile
(modified)
(
1 diff
)
trunk/run
(modified)
(
1 diff
)
Legend:
Unmodified
Added
Removed
Modified
Copied
Moved
trunk/compile
r1
r8
1
#!/bin/bash
2
1
3
if [ x$JAVAC == x ];
2
4
then
trunk/run
r1
r8
1
#!/bin/bash
2
1
3
if [ x$JAVA == x ]; then
2
4
JAVA=java
Download in other formats:
Unified Diff
Zip Archive