File: experttune.py

package info (click to toggle)
chirp 1%3A20250502-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, trixie
  • size: 17,836 kB
  • sloc: python: 150,688; ansic: 296; sh: 198; xml: 24; makefile: 19
file content (14 lines) | stat: -rw-r--r-- 366 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Description: Clear lintian script-uses-bin-env error
Author: Dave Hibberd <d@vehibberd.com>
Forwarded: not-needed
Last-Update: 2024-10-26
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/chirp/cli/experttune.py
+++ b/chirp/cli/experttune.py
@@ -1,4 +1,4 @@
-#!/bin/env python3
+#!/usr/bin/env python3
 
 import argparse
 import contextlib