Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 147202 Details for
Bug 214628
new ebuild for jGRASP IDE
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
startup shell patch
jgrasp-shell-fix.patch (text/plain), 714 bytes, created by
Steve Arnold
on 2008-03-25 01:48:14 UTC
(
hide
)
Description:
startup shell patch
Filename:
MIME Type:
Creator:
Steve Arnold
Created:
2008-03-25 01:48:14 UTC
Size:
714 bytes
patch
obsolete
>--- bin/jgrasp.orig 2008-03-24 17:58:02.000000000 -0700 >+++ bin/jgrasp 2008-03-24 17:58:02.000000000 -0700 >@@ -165,7 +165,13 @@ > # If not a delivered binary, run sys_jgrasp if it is present and executable. > # Run directly otherwise. > if [ "$OS" = Linux -a "$PROC" = iX86 ]; then >- jgraspv_prog="$jgraspv_jgrasp_bin_dir/linux/jgrasp" >+ if [ -x "$jgraspv_jgrasp_bin_dir/linux/jgrasp" ]; then >+ # binary installation. >+ jgraspv_prog="$jgraspv_jgrasp_bin_dir/linux/jgrasp" >+ else >+ # stub build >+ jgraspv_prog="$jgraspv_jgrasp_bin_dir/sys_jgrasp" >+ fi > elif [ "$OS" = SunOS -a "$PROC" = sparc ]; then > jgraspv_prog="$jgraspv_jgrasp_bin_dir/solaris/jgrasp" > elif [ "$OS" = Darwin ]; then
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 214628
:
147200
| 147202