fix a comparison in the test

svn path=/nixpkgs/trunk/; revision=4642
This commit is contained in:
Armijn Hemel 2006-01-31 15:53:58 +00:00
parent b8a0ebe410
commit 761dceaaae

View File

@ -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