about summary refs log tree commit diff
path: root/corepkgs/nar/unnar.sh.in
diff options
context:
space:
mode:
authorEelco Dolstra <e.dolstra@tudelft.nl>2003-08-28T10·51+0000
committerEelco Dolstra <e.dolstra@tudelft.nl>2003-08-28T10·51+0000
commit25304af72ed5c8fd50aa1da01c5872567ebe6ba2 (patch)
tree51e748ee1b4bafeee83f97ec561016965893b118 /corepkgs/nar/unnar.sh.in
parentb0185173147c3eb629cc6b996459cf6ce2d608fe (diff)
* Set a path.
Diffstat (limited to '')
-rw-r--r--corepkgs/nar/unnar.sh.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/corepkgs/nar/unnar.sh.in b/corepkgs/nar/unnar.sh.in
index 4b00cb9812..8a4532af36 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