summary refs log tree commit diff
path: root/pkgs/top-level/make-tarball.nix
diff options
context:
space:
mode:
authorRob Vermaas <rob.vermaas@gmail.com>2010-05-18 08:39:31 +0000
committerRob Vermaas <rob.vermaas@gmail.com>2010-05-18 08:39:31 +0000
commit6ab35280512be3ba300045fa6313e56f2a7273ba (patch)
tree67887a37e85779d76db489f374a2a8c3c0dbdb54 /pkgs/top-level/make-tarball.nix
parent29c68e446883a4d60045183b2f0aec769e0eddbd (diff)
downloadnixpkgs-6ab35280512be3ba300045fa6313e56f2a7273ba.tar
nixpkgs-6ab35280512be3ba300045fa6313e56f2a7273ba.tar.gz
nixpkgs-6ab35280512be3ba300045fa6313e56f2a7273ba.tar.bz2
nixpkgs-6ab35280512be3ba300045fa6313e56f2a7273ba.tar.lz
nixpkgs-6ab35280512be3ba300045fa6313e56f2a7273ba.tar.xz
nixpkgs-6ab35280512be3ba300045fa6313e56f2a7273ba.tar.zst
nixpkgs-6ab35280512be3ba300045fa6313e56f2a7273ba.zip
typo
svn path=/nixpkgs/trunk/; revision=21827
Diffstat (limited to 'pkgs/top-level/make-tarball.nix')
-rw-r--r--pkgs/top-level/make-tarball.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/top-level/make-tarball.nix b/pkgs/top-level/make-tarball.nix
index 2e2489bd5c8..93a833c994f 100644
--- a/pkgs/top-level/make-tarball.nix
+++ b/pkgs/top-level/make-tarball.nix
@@ -43,7 +43,7 @@ releaseTools.makeSourceTarball {
   checkPhase = ''
     # Run the regression tests in `lib'.
     res="$(nix-instantiate --eval-only --strict pkgs/lib/tests.nix)"
-    if test "$res" != "[]"; then
+    if test "$res" != "[ ]"; then
         echo "regression tests for lib failed, got: $res"
         exit 1
     fi