Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
openstructure
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
schwede
openstructure
Commits
754ef238
Commit
754ef238
authored
12 years ago
by
Valerio Mariani
Committed by
Bienchen
12 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Fixed ost_config.in file
Commited patched file by mistake
parent
7d3208df
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
scripts/ost_config.in
+2
-1
2 additions, 1 deletion
scripts/ost_config.in
with
2 additions
and
1 deletion
scripts/ost_config.in
+
2
−
1
View file @
754ef238
...
...
@@ -36,8 +36,9 @@ export LD_LIBRARY_PATH="$DNG_LIBDIR:${LD_LIBRARY_PATH}"
#unset PYTHONPATH
# retrieve absolute path to python executable
pyexec
=
"
$DNG_ROOT
/bin/python
"
pyexec
=
"
@PYTHON_BINARY@
"
if
[
!
-x
"
$pyexec
"
]
;
then
echo
"Error: Python executable '
$pyexec
' not found!"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment