diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2003-08-28T10·51+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2003-08-28T10·51+0000 |
commit | 25304af72ed5c8fd50aa1da01c5872567ebe6ba2 (patch) | |
tree | 51e748ee1b4bafeee83f97ec561016965893b118 /corepkgs | |
parent | b0185173147c3eb629cc6b996459cf6ce2d608fe (diff) |
* Set a path.
Diffstat (limited to 'corepkgs')
-rw-r--r-- | corepkgs/nar/unnar.sh.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/corepkgs/nar/unnar.sh.in b/corepkgs/nar/unnar.sh.in index 4b00cb9812ff..8a4532af369e 100644 --- a/corepkgs/nar/unnar.sh.in +++ b/corepkgs/nar/unnar.sh.in @@ -1,4 +1,6 @@ #! /bin/sh +export PATH=/bin:/usr/bin + echo "unpacking $nar to $out..." bunzip2 < $nar | @bindir@/nix --restore "$out" || exit 1 |