diff options
author | Roberto Hueso Gómez <rhueso@soleta.eu> | 2020-07-01 12:22:25 +0200 |
---|---|---|
committer | Roberto Hueso Gómez <rhueso@soleta.eu> | 2020-07-01 14:14:31 +0200 |
commit | 53ed3933d9fb2e746328d3ee3dc5402130571b1d (patch) | |
tree | 7ec496bfee873886531064b5dcef526c1987620f | |
parent | 14b7729a717a7e079cf66fe5c4f579f7355c0b5e (diff) |
Fix ogcli shebang
This uses python3 and improves portability by using '/usr/bin/env'.
-rwxr-xr-x | ogcli | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python3 # # Copyright (C) 2020 Soleta Networks <info@soleta.eu> |