Skip to content

Commit 504f941

Browse files
authored
Update img2sdat
1 parent fb38e8b commit 504f941

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/module/bin/img2sdat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ if [ "$1" == "-h" ] || [ -z "$1" ]; then
55
exit 1
66
fi
77

8-
img2sdat.py "$@"
8+
python $(which img2sdat.py) "$@"

0 commit comments

Comments
 (0)