diff --git a/howdy/src/bin/howdy.in b/howdy/src/bin/howdy.in index e9f4953..1ea89f7 100644 --- a/howdy/src/bin/howdy.in +++ b/howdy/src/bin/howdy.in @@ -1,3 +1,3 @@ -#!/usr/bin/env sh +#!/bin/sh -/usr/bin/env python3 "@script_path@" "$@" \ No newline at end of file +env python3 "@script_path@" "$@" \ No newline at end of file