GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
archive/repo/gentoo-2.git
RELEASE-1_4
import-1.1.1
master
Another conversion of the historical gentoo-x86 ebuild repository
Ulrich Müller <ulm@gentoo.org>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
games-arcade
/
gish-demo
/
files
/
gish-wrapper
blob: 691f1ba52118fe1fb8d76523524e2f99e10428c9 (
plain
)
1
2
3
#!/bin/sh
export
LD_LIBRARY_PATH
=
"
${
LD_LIBRARY_PATH
}
:."
exec
./gish
"
$@
"