|
Lines 165-171
Link Here
|
| 165 |
# If not a delivered binary, run sys_jgrasp if it is present and executable. |
165 |
# If not a delivered binary, run sys_jgrasp if it is present and executable. |
| 166 |
# Run directly otherwise. |
166 |
# Run directly otherwise. |
| 167 |
if [ "$OS" = Linux -a "$PROC" = iX86 ]; then |
167 |
if [ "$OS" = Linux -a "$PROC" = iX86 ]; then |
| 168 |
jgraspv_prog="$jgraspv_jgrasp_bin_dir/linux/jgrasp" |
168 |
if [ -x "$jgraspv_jgrasp_bin_dir/linux/jgrasp" ]; then |
|
|
169 |
# binary installation. |
| 170 |
jgraspv_prog="$jgraspv_jgrasp_bin_dir/linux/jgrasp" |
| 171 |
else |
| 172 |
# stub build |
| 173 |
jgraspv_prog="$jgraspv_jgrasp_bin_dir/sys_jgrasp" |
| 174 |
fi |
| 169 |
elif [ "$OS" = SunOS -a "$PROC" = sparc ]; then |
175 |
elif [ "$OS" = SunOS -a "$PROC" = sparc ]; then |
| 170 |
jgraspv_prog="$jgraspv_jgrasp_bin_dir/solaris/jgrasp" |
176 |
jgraspv_prog="$jgraspv_jgrasp_bin_dir/solaris/jgrasp" |
| 171 |
elif [ "$OS" = Darwin ]; then |
177 |
elif [ "$OS" = Darwin ]; then |