forked from lix-project/lix
Merge pull request #1444 from robx/man
Fix nix-instantiate manpage indentation
This commit is contained in:
commit
eef09c220d
|
@ -43,7 +43,8 @@
|
||||||
<arg choice='plain'><option>-E</option></arg>
|
<arg choice='plain'><option>-E</option></arg>
|
||||||
</group>
|
</group>
|
||||||
<arg choice='plain' rep='repeat'><replaceable>files</replaceable></arg>
|
<arg choice='plain' rep='repeat'><replaceable>files</replaceable></arg>
|
||||||
<sbr/>
|
</cmdsynopsis>
|
||||||
|
<cmdsynopsis>
|
||||||
<command>nix-instantiate</command>
|
<command>nix-instantiate</command>
|
||||||
<arg choice='plain'><option>--find-file</option></arg>
|
<arg choice='plain'><option>--find-file</option></arg>
|
||||||
<arg choice='plain' rep='repeat'><replaceable>files</replaceable></arg>
|
<arg choice='plain' rep='repeat'><replaceable>files</replaceable></arg>
|
||||||
|
|
|
@ -1,7 +1,5 @@
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
datadir="@datadir@"
|
|
||||||
|
|
||||||
export TEST_ROOT=$(realpath ${TMPDIR:-/tmp}/nix-test)
|
export TEST_ROOT=$(realpath ${TMPDIR:-/tmp}/nix-test)
|
||||||
export NIX_STORE_DIR
|
export NIX_STORE_DIR
|
||||||
if ! NIX_STORE_DIR=$(readlink -f $TEST_ROOT/store 2> /dev/null); then
|
if ! NIX_STORE_DIR=$(readlink -f $TEST_ROOT/store 2> /dev/null); then
|
||||||
|
|
Loading…
Reference in a new issue