From 761dceaaaeb641e6720571acf14c49b3ba1bd69d Mon Sep 17 00:00:00 2001 From: Armijn Hemel Date: Tue, 31 Jan 2006 15:53:58 +0000 Subject: fix a comparison in the test svn path=/nixpkgs/trunk/; revision=4642 --- pkgs/misc/sane-backends/builder.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs') diff --git a/pkgs/misc/sane-backends/builder.sh b/pkgs/misc/sane-backends/builder.sh index 4ecd717f0a43..f3edf124ec82 100644 --- a/pkgs/misc/sane-backends/builder.sh +++ b/pkgs/misc/sane-backends/builder.sh @@ -1,7 +1,7 @@ source $stdenv/setup postInstall() { - if test $hotplugSupport = "1" ; then + if test "$hotplugSupport" = "1" ; then ensureDir $out/etc/hotplug/usb/ cp tools/hotplug/* $out/etc/hotplug/usb/ fi -- cgit 1.4.1