diff --git a/scripts/cl-console b/scripts/cl-console index 9431995..33650cb 100755 --- a/scripts/cl-console +++ b/scripts/cl-console @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python2 #-*- coding: utf-8 -*- # Copyright 2012 Calculate Ltd. http://www.calculate-linux.org @@ -34,4 +34,4 @@ if __name__=='__main__': wait_thread.stop() red = '\033[31m * \033[0m' print '\n'+red+_('Interrupted by the user') - sys.exit(1) \ No newline at end of file + sys.exit(1)