ankisyncd.sh: Use '/usr/bin/env bash' in shebang for better portability

This commit is contained in:
jdoe0 2014-01-04 19:34:58 +07:00
parent 42f91cce80
commit 29e8f8177e

View File

@ -1,4 +1,4 @@
#! /bin/bash
#! /usr/bin/env bash
export PYTHONPATH="/usr/share/ankisyncd"