* Option to print out the path, analogous to nix-prefetch-url.

svn path=/nixpkgs/trunk/; revision=1890
This commit is contained in:
Eelco Dolstra 2004-12-17 10:40:00 +00:00
parent 43b626337f
commit 2a3f5188b5

View file

@ -45,3 +45,7 @@ echo "path is $finalPath" >&2
rm -rf $tmpPath2 || true
echo $hash
if test -n "$PRINT_PATH"; then
echo $finalPath
fi