File: usr-bin-env

package info (click to toggle)
python-fcgi 19980130-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 88 kB
  • ctags: 80
  • sloc: python: 606; makefile: 2
file content (10 lines) | stat: -rw-r--r-- 335 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
Description: use /usr/bin/env instead of /bin/env
Origin: vendor
--- a/fcgi.py
+++ b/fcgi.py
@@ -1,4 +1,4 @@
-#!/bin/env python
+#!/usr/bin/env python
 #------------------------------------------------------------------------
 #               Copyright (c) 1998 by Total Control Software
 #                         All Rights Reserved