* Option to print out the path, analogous to nix-prefetch-url.
svn path=/nixpkgs/trunk/; revision=1890
This commit is contained in:
parent
43b626337f
commit
2a3f5188b5
@ -45,3 +45,7 @@ echo "path is $finalPath" >&2
|
|||||||
rm -rf $tmpPath2 || true
|
rm -rf $tmpPath2 || true
|
||||||
|
|
||||||
echo $hash
|
echo $hash
|
||||||
|
|
||||||
|
if test -n "$PRINT_PATH"; then
|
||||||
|
echo $finalPath
|
||||||
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user