Fix executable permissions
authorBrian Behlendorf <behlendorf1@llnl.gov>
Mon, 26 Mar 2012 17:34:55 +0000 (10:34 -0700)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Mon, 26 Mar 2012 18:52:44 +0000 (11:52 -0700)
commitf47e1351db9f2e8bb769dd683801710cff988011
tree21d47bca6533da1b2150c8567f217f99e7d55445
parent1c5de20ae2511124613926e4f780572634818218
Fix executable permissions

Caught by lint, this permission change was accidentally introduced
by commit 42cb3819f1a1f536105faac81ffc150f3da90a80.  Restore the
correct permissions and while I'm at it add a missing whack-bang
to config/ltmain.sh.

  lint: executable-not-elf-or-script: zpool_main.c zfs_main.c

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Closes #620
cmd/zfs/zfs_main.c [changed mode: 0755->0644]
cmd/zpool/zpool_main.c [changed mode: 0755->0644]
config/ltmain.sh