[Lunar-commits] <moonbase> udev: arr
Moritz Heiber
moe at lunar-linux.org
Thu Jul 24 22:33:04 CEST 2008
commit 4cad9007d4f8d57d07cdaefc0edf0b7c068274bc
Author: Moritz Heiber <moe at lunar-linux.org>
Date: Thu Jul 24 22:33:04 2008 +0200
udev: arr
---
filesys/udev/BUILD | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/filesys/udev/BUILD b/filesys/udev/BUILD
index 4c81d36..936cb05 100644
--- a/filesys/udev/BUILD
+++ b/filesys/udev/BUILD
@@ -30,7 +30,7 @@
install -m755 ${SOURCE_CACHE}/${SOURCE3} \
/etc/udev/scripts.d/raid-devfs.sh &&
- if "$WIPE_NET_DEV" == "y" ; then
+ if [ "$WIPE_NET_DEV" == "y" ] ; then
rm -f /etc/udev/rules.d/70-persistent-{cd,net}.rules
fi &&
More information about the Lunar-commits
mailing list