summaryrefslogtreecommitdiff
path: root/lib9p/core.gen
diff options
context:
space:
mode:
authorLuke T. Shumaker <lukeshu@lukeshu.com>2025-05-27 19:01:20 -0400
committerLuke T. Shumaker <lukeshu@lukeshu.com>2025-05-27 19:01:20 -0400
commit9341075193d878b8b59f0805164eca3737920990 (patch)
tree89a2b5325d1c588748ecd9ac77c4f906d621a557 /lib9p/core.gen
parentc50edb6000c9ac10f0cc3d5d9f43f82ec2041e56 (diff)
make lint/generic: Lint shebang values
Diffstat (limited to 'lib9p/core.gen')
-rwxr-xr-xlib9p/core.gen2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib9p/core.gen b/lib9p/core.gen
index b30ec31..24f66de 100755
--- a/lib9p/core.gen
+++ b/lib9p/core.gen
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
# lib9p/core.gen - Generate C marshalers/unmarshalers for .9p files
# defining 9P protocol variants.
#