bertrand-lupart / caudium

Automatically exported from code.google.com/p/caudium
0 stars 0 forks source link

Bug in extra -M arguments in the start command line handling #3

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Go in the server root.

2. Try to start Caudium with the following line:
----8<----8<----8<----8<----
./start-caudium -M /my/path/module --once
---->8---->8---->8---->8----
it invoques the following and works:
----8<----8<----8<----8<----
/sw/bin/pike7.6 -DENABLE_THREADS -DCAUDIUM -DCAUDIUM_CACHE -DROXEN
-DUSE_SHUFFLER -Ietc/include -Ibase_server -Metc/modules -Mlib/7.6.112/
-w -M /my/path/module -P/sw/lib/caudium1.4
base_server/caudiumloader.pike -M /my/path/module
---->8---->8---->8---->8----

3. Now try to start Caudium with the following line (notice the space change):
----8<----8<----8<----8<----
./start-caudium -M/my/path/module --once
---->8---->8---->8---->8----
it invoques the following and doesn't work:
----8<----8<----8<----8<----
/sw/bin/pike7.6 -DENABLE_THREADS -DCAUDIUM -DCAUDIUM_CACHE -DROXEN
-DUSE_SHUFFLER -Ietc/include -Ibase_server -Metc/modules -Mlib/7.6.112/
-th/module -w -M/my/pa -P/sw/lib/caudium1.4
base_server/caudiumloader.pike -M/my/pa
---->8---->8---->8---->8----

Original issue reported on code.google.com by bertrand.lupart on 27 Sep 2008 at 11:23