]> git.proxmox.com Git - mirror_zfs-debian.git/commitdiff
Demote the whackbang in the zpool_id script.
authorDarik Horn <dajhorn@vanadac.com>
Sun, 4 Dec 2011 20:01:58 +0000 (14:01 -0600)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Mon, 5 Dec 2011 17:48:18 +0000 (09:48 -0800)
The zpool_id script is posixly correct and does not use bash
features, so change its whackbang from /bin/bash to /bin/sh.

Debian policy also stipulates that system scripts be dash compatible.

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

index d5f2e9d0cc7bc4c2c95ce4d76b8d0b436f5605d3..c65b1b5f434c922411b88e1ccb3a46dda0ccac48 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
 
 CONFIG="${CONFIG:-/etc/zfs/zdev.conf}"
 AWK="${AWK:-/usr/bin/awk}"