]> git.pld-linux.org Git - packages/flawfinder.git/commitdiff
- s%#!/usr/bin/env python%#!/usr/bin/python%
authorkloczek <kloczek@pld-linux.org>
Sat, 22 Dec 2001 12:15:51 +0000 (12:15 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    flawfinder-python.patch -> 1.1

flawfinder-python.patch [new file with mode: 0644]

diff --git a/flawfinder-python.patch b/flawfinder-python.patch
new file mode 100644 (file)
index 0000000..77ff77c
--- /dev/null
@@ -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.
This page took 0.135851 seconds and 4 git commands to generate.