* Set a path.

This commit is contained in:
Eelco Dolstra 2003-08-28 10:51:52 +00:00
parent b018517314
commit 25304af72e
1 changed files with 2 additions and 0 deletions

View File

@ -1,4 +1,6 @@
#! /bin/sh
export PATH=/bin:/usr/bin
echo "unpacking $nar to $out..."
bunzip2 < $nar | @bindir@/nix --restore "$out" || exit 1