Skip to content

Commit

Permalink
tools/generate-wire.py: generalize python3 path
Browse files Browse the repository at this point in the history
Generalize generate-wire.py python3 path

Signed-off-by: Rusty Russell <[email protected]>
  • Loading branch information
jb55 authored and cdecker committed Oct 10, 2017
1 parent 9a106bf commit 52f741d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/generate-wire.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#! /usr/bin/python3
#! /usr/bin/env python3
# Read from stdin, spit out C header or body.

import argparse
Expand Down

0 comments on commit 52f741d

Please sign in to comment.