Removed erroneous backticks in the zfs.lunar init script.
authorGunnar Beutner <gunnar@beutner.name>
Sun, 3 Jul 2011 00:38:50 +0000 (02:38 +0200)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Tue, 5 Jul 2011 18:25:48 +0000 (11:25 -0700)
The backticks would cause the output of the zfs commands
to be evaluated as input for the if construct rather than
their exit status.

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>

No differences found