From f47719352e259f1d4a2b9fece9d00d6b5dfead56 Mon Sep 17 00:00:00 2001 From: d3v11 Date: Sat, 24 Sep 2011 11:21:54 -0500 Subject: fixed bug on splice3 associated with python2.7 interpreter --- contrib/splice3/LINUX/splice3.compile | 15 --------------- contrib/splice3/LINUX/splice3.py | 2 +- 2 files changed, 1 insertion(+), 16 deletions(-) delete mode 100755 contrib/splice3/LINUX/splice3.compile (limited to 'contrib/splice3/LINUX') diff --git a/contrib/splice3/LINUX/splice3.compile b/contrib/splice3/LINUX/splice3.compile deleted file mode 100755 index 11090b9..0000000 --- a/contrib/splice3/LINUX/splice3.compile +++ /dev/null @@ -1,15 +0,0 @@ -#!/usr/bin/python2.7 -from py_compile import compile -from sys import exit - -try: - compile('LINUX/splice3-deshadow.py', 'LINUX/splice3-deshadow.pyc') -except: - print '***ERROR*** splice3: splice3-deshadow.py failed to compile :-(' - exit('quitting...') - -try: - compile('LINUX/splice3.py', 'LINUX/splice3.pyc') -except: - print '***ERROR*** splice3: splice3.py failed to compile' - exit('quitting...') diff --git a/contrib/splice3/LINUX/splice3.py b/contrib/splice3/LINUX/splice3.py index 16983a1..91443c2 100755 --- a/contrib/splice3/LINUX/splice3.py +++ b/contrib/splice3/LINUX/splice3.py @@ -479,7 +479,7 @@ if StdoutSwitch is True: if option.Create is False and RestoreSwitch is False: ShadowSwitch = option.DeShadow if ShadowSwitch is True: - option.cmd = "splice3-deshadow PASSWORD '" + ShadowSalt + "' '" + ShadowValue + "'" + option.cmd = "splice3-deshadow.py PASSWORD '" + ShadowSalt + "' '" + ShadowValue + "'" if option.cmd is None: print "splice3: error: invalid usage" sys.exit(1) -- cgit v1.2.3