xml2lst: use dynamic Perl path
Stop hardcoding the Perl path to /usr/bin/perl. Not all systems have Perl installed to /usr/bin, and some users might have installed Perl to a custom location. Instead, use /usr/bin/env, which performs a $PATH lookup to find the Perl executable.
Please register or sign in to comment