We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb38e8b commit 504f941Copy full SHA for 504f941
1 file changed
app/module/bin/img2sdat
@@ -5,4 +5,4 @@ if [ "$1" == "-h" ] || [ -z "$1" ]; then
5
exit 1
6
fi
7
8
-img2sdat.py "$@"
+python $(which img2sdat.py) "$@"
0 commit comments