Author: ludo
Date: Tue Oct  4 20:58:01 2011
New Revision: 29648
URL: https://ssl.nixos.org/websvn/nix/?rev=29648&sc=1

Log:
configure: Fix typo.

Modified:
   hydra/trunk/configure.ac

Modified: hydra/trunk/configure.ac
==============================================================================
--- hydra/trunk/configure.ac    Tue Oct  4 20:56:31 2011        (r29647)
+++ hydra/trunk/configure.ac    Tue Oct  4 20:58:01 2011        (r29648)
@@ -44,7 +44,7 @@
 NEED_PROG([NIX_STORE_PROGRAM], [nix-store])
 
 AC_MSG_CHECKING([whether $NIX_STORE_PROGRAM is recent enough])
-if test -n "$NIX_STORE" -a test -n "$TMPDIR"
+if test -n "$NIX_STORE" -a -n "$TMPDIR"
 then
     # This may be executed from within a build chroot, so pacify
     # `nix-store' instead of letting it choke while trying to mkdir
_______________________________________________
nix-commits mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-commits

Reply via email to