Browse Source

Fix spurious colon

Samuel Thibault 4 years ago
parent
commit
dec97be346
1 changed files with 1 additions and 1 deletions
  1. 1 1
      starpupy/examples/execute.sh.in

+ 1 - 1
starpupy/examples/execute.sh.in

@@ -17,7 +17,7 @@
 
 exampledir=@STARPU_SRC_DIR@/starpupy/examples
 
-modpath=@STARPU_BUILD_DIR@/src/.libs:${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH}
+modpath=@STARPU_BUILD_DIR@/src/.libs${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH}
 pypath=@STARPU_BUILD_DIR@/starpupy/src/build:$PYTHONPATH
 
 LOADER=@PYTHON@