From b669a09a6084d0821738657c5384486996f5eb89 Mon Sep 17 00:00:00 2001 From: kloczek Date: Sat, 22 Dec 2001 12:15:51 +0000 Subject: [PATCH] - s%#!/usr/bin/env python%#!/usr/bin/python% Changed files: flawfinder-python.patch -> 1.1 --- flawfinder-python.patch | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 flawfinder-python.patch diff --git a/flawfinder-python.patch b/flawfinder-python.patch new file mode 100644 index 0000000..77ff77c --- /dev/null +++ b/flawfinder-python.patch @@ -0,0 +1,16 @@ +--- flawfinder-0.20/flawfinder~ Sat Dec 22 13:13:10 2001 ++++ flawfinder-0.20/flawfinder Sat Dec 22 13:13:10 2001 +@@ -1,4 +1,4 @@ +-#!/usr/bin/env python ++#!/usr/bin/python + + # flawfinder: Find potential security flaws ("hits") in source code. + # Usage: +--- flawfinder-0.20/setup.py~ Sat Dec 22 13:13:37 2001 ++++ flawfinder-0.20/setup.py Sat Dec 22 13:13:37 2001 +@@ -1,4 +1,4 @@ +-#!/usr/bin/env python ++#!/usr/bin/python + + # This is the setup.py script for "flawfinder" by David A. Wheeler. + # My thanks to Jon Nelson, who created the initial setup.py script. -- 2.44.0