[hipl-dev] [Branch ~hipl-core/hipl/trunk] Rev 5145: Quote paths in process_modules.py invocation; they might contain spaces.

  • From: noreply@xxxxxxxxxxxxx
  • To: HIPL core team <hipl-dev@xxxxxxxxxxxxx>
  • Date: Fri, 12 Nov 2010 15:49:27 -0000

------------------------------------------------------------
revno: 5145
committer: Diego Biurrun <diego@xxxxxxxxxx>
branch nick: trunk
timestamp: Fri 2010-11-12 16:47:12 +0100
message:
  Quote paths in process_modules.py invocation; they might contain spaces.
modified:
  configure.ac


--
lp:hipl
https://code.launchpad.net/~hipl-core/hipl/trunk

Your team HIPL core team is subscribed to branch lp:hipl.
To unsubscribe from this branch go to 
https://code.launchpad.net/~hipl-core/hipl/trunk/+edit-subscription
=== modified file 'configure.ac'
--- configure.ac        2010-11-12 15:41:41 +0000
+++ configure.ac        2010-11-12 15:47:12 +0000
@@ -225,7 +225,7 @@
 echo "+-----------------------------------------------";
 echo "| processing modules...";
 echo "|";
-$PYTHON ${srcdir}/process_modules.py -s ${srcdir} -d "${with_nomodules}"
+$PYTHON "${srcdir}/process_modules.py" -s "${srcdir}" -d "${with_nomodules}"
 if [[ "$?" != "0" ]]; then
     echo "configure: error: Module processing failed"
     exit 1

Other related posts:

  • » [hipl-dev] [Branch ~hipl-core/hipl/trunk] Rev 5145: Quote paths in process_modules.py invocation; they might contain spaces. - noreply