From 6cee9636980f532a7e3e30030d0db67adc8db2cc Mon Sep 17 00:00:00 2001 From: Dimitur Kirov Date: Mon, 1 Aug 2005 15:38:00 +0000 Subject: [PATCH] this should fix ': No such file or directory' bug??? --- scripts/gajim-remote.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/scripts/gajim-remote.py b/scripts/gajim-remote.py index ddb1f570c..ded4fb0d5 100755 --- a/scripts/gajim-remote.py +++ b/scripts/gajim-remote.py @@ -1,4 +1,7 @@ -#!/usr/bin/env python +#!/bin/sh +''':' +exec python -OOt "$0" ${1+"$@"} +' ''' ## scripts/gajim-remote.py ## ## Gajim Team: