Merge pull request #1444 from robx/man

Fix nix-instantiate manpage indentation
This commit is contained in:
Eelco Dolstra 2017-07-07 11:04:06 +02:00 committed by GitHub
commit eef09c220d
2 changed files with 2 additions and 3 deletions

View file

@ -43,7 +43,8 @@
<arg choice='plain'><option>-E</option></arg>
</group>
<arg choice='plain' rep='repeat'><replaceable>files</replaceable></arg>
<sbr/>
</cmdsynopsis>
<cmdsynopsis>
<command>nix-instantiate</command>
<arg choice='plain'><option>--find-file</option></arg>
<arg choice='plain' rep='repeat'><replaceable>files</replaceable></arg>

View file

@ -1,7 +1,5 @@
set -e
datadir="@datadir@"
export TEST_ROOT=$(realpath ${TMPDIR:-/tmp}/nix-test)
export NIX_STORE_DIR
if ! NIX_STORE_DIR=$(readlink -f $TEST_ROOT/store 2> /dev/null); then