CMakeLists.txt: quote the parameter in runner script
This commit is contained in:
		@@ -293,7 +293,7 @@ function(use_townengine target sources output_directory data_dir)
 | 
			
		||||
                         "#!/bin/env sh"
 | 
			
		||||
                         "cd \"$(dirname \"$0\")\""
 | 
			
		||||
                         "export LD_LIBRARY_PATH=./"
 | 
			
		||||
                         "if [ \$1 = \"gdb\" ]; then"
 | 
			
		||||
                         "if [ \"\$1\" = \"gdb\" ]; then"
 | 
			
		||||
                         "    unset DEBUGINFOD_URLS"
 | 
			
		||||
                         "    gdb -ex run --args ./launcher ${TWN_BOOTSTRAP_EXEC_ARGS}"
 | 
			
		||||
                         "else"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user