aboutsummaryrefslogtreecommitdiffhomepage
path: root/aux/enabled-languages
diff options
context:
space:
mode:
Diffstat (limited to 'aux/enabled-languages')
-rwxr-xr-xaux/enabled-languages4
1 files changed, 2 insertions, 2 deletions
diff --git a/aux/enabled-languages b/aux/enabled-languages
index df03c40..f4aa5b5 100755
--- a/aux/enabled-languages
+++ b/aux/enabled-languages
@@ -1,4 +1,4 @@
-#!/usr/bin/python3
+#!/usr/bin/env python3
import os
import sys
@@ -8,4 +8,4 @@ sys.path.append("..")
import src.i18n.gen
-print(" ".join(x.bcp for x in src.i18n.gen.LOCALES if x.enabledp)) \ No newline at end of file
+print(" ".join(x.bcp for x in src.i18n.gen.LOCALES if x.enabledp))