Skip to content

Commit c5c0471

Browse files
author
Ivan Baidakou
committed
Change priorities in LUA_PATH
1 parent 2a7a6d9 commit c5c0471

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: test.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/sh
22

33
eval `luarocks path`
4-
export LUA_PATH="$LUA_PATH;./src/?.lua;./src/?/init.lua;"
4+
export LUA_PATH="./src/?.lua;./src/?/init.lua;$LUA_PATH;"
55
prove -v t

0 commit comments

Comments
 (0)