Skip to content
Snippets Groups Projects
Commit b23fa312 authored by Andreas Dilger's avatar Andreas Dilger
Browse files

Don't hard-code lconf path, use PATH instead.

parent 9f4a7aa0
No related branches found
No related tags found
No related merge requests found
#!/bin/sh #!/bin/sh
LCONF=${LCONF:-../utils/lconf} export PATH=`dirname $0`/../utils:$PATH
LCONF=${LCONF:-lconf}
NAME=${NAME:-local} NAME=${NAME:-local}
config=$NAME.xml config=$NAME.xml
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment