Perly Git: arrange include path settings properly.
[gitweb.git] / git-mv.perl
index f1bde4307ba719ce0e78ad360aa2ce1f4b7c6958..a60489617e517d02b824f14815c2be61209df6b6 100755 (executable)
@@ -6,7 +6,7 @@
 # This file is licensed under the GPL v2, or a later version
 # at the discretion of Linus Torvalds.
 
-
+BEGIN { unshift @INC, '@@INSTLIBDIR@@'; }
 use warnings;
 use strict;
 use Getopt::Std;