Skip to content

Commit

Permalink
Add better bash compatibility (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
jahway603 authored Sep 13, 2024
1 parent de1ef87 commit 32175e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion makepot
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
intltool-extract --type=gettext/glade usr/share/jargonaut/jargonaut.ui
intltool-extract --type=gettext/glade usr/share/jargonaut/shortcuts.ui
xgettext --language=Python -cTRANSLATORS --keyword=_ --keyword=N_ --output=jargonaut.pot usr/lib/jargonaut/*.py usr/bin/* usr/share/jargonaut/*.ui.h
Expand Down
2 changes: 1 addition & 1 deletion usr/bin/jargonaut
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/bash
#!/usr/bin/env bash

/usr/lib/jargonaut/jargonaut.py $*

0 comments on commit 32175e7

Please sign in to comment.