From 25304af72ed5c8fd50aa1da01c5872567ebe6ba2 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Thu, 28 Aug 2003 10:51:52 +0000 Subject: [PATCH] * Set a path. --- corepkgs/nar/unnar.sh.in | 2 ++ 1 file changed, 2 insertions(+) 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