Search:
Login
Help/Guide
About Trac
Preferences
Wiki
Timeline
Roadmap
Browse Source
View Tickets
Search
Context Navigation
←
Previous Change
Next Change →
Changeset
9
for
trunk/run
View differences
inline
side by side
Show
lines around each change
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
03/26/08 16:24:00 (
10 months
ago)
Author:
relet.net
Message:
/bin/bash -> /bin/sh
Files:
1 modified
trunk/run
(modified)
(
1 diff
)
Legend:
Unmodified
Added
Removed
trunk/run
r8
r9
1
1
#!/bin/bash
2
2
3
if [
x$JAVA == x
]; then
3
if [
-z $JAVA
]; then
4
4
JAVA=java
5
5
fi
Download in other formats:
Unified Diff
Zip Archive