launch.sh calls py3
This commit is contained in:
		
							parent
							
								
									d07c423b30
								
							
						
					
					
						commit
						a4f9d58be5
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -1,6 +1,6 @@
 | 
				
			||||||
#!/bin/sh
 | 
					#!/bin/sh
 | 
				
			||||||
if [ ! $PYTHON ]; then
 | 
					if [ ! $PYTHON ]; then
 | 
				
			||||||
       PYTHON="python";
 | 
					       PYTHON="python3";
 | 
				
			||||||
fi
 | 
					fi
 | 
				
			||||||
cd "$(dirname $0)/src"
 | 
					cd "$(dirname $0)/src"
 | 
				
			||||||
exec $PYTHON -OOt gajim.py "$@"
 | 
					exec $PYTHON -OOt gajim.py "$@"
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue