From 94690583c03ebc82e7ebb376d317992040d82765 Mon Sep 17 00:00:00 2001 From: undefine Date: Sat, 2 Oct 2004 22:24:10 +0000 Subject: [PATCH] - fix env location in one program.. (in rest it's ok) Changed files: Pmw-env-location.patch -> 1.1 --- Pmw-env-location.patch | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 Pmw-env-location.patch diff --git a/Pmw-env-location.patch b/Pmw-env-location.patch new file mode 100644 index 0000000..53b321c --- /dev/null +++ b/Pmw-env-location.patch @@ -0,0 +1,8 @@ +--- ./Pmw_1_2/tests/ManualTests.py~ 2002-09-04 14:38:39.000000000 +0200 ++++ ./Pmw_1_2/tests/ManualTests.py 2004-10-03 02:07:24.680271000 +0200 +@@ -1,4 +1,4 @@ +-#!/bin/env python ++#!/usr/bin/env python + + # This is a rough collection of tests that can not be automated. + # To add a new test, create a function with name ending in '_test'. -- 2.44.0