diff options
| author | Brian Behlendorf <behlendorf1@llnl.gov> | 2012-03-26 17:34:55 +0000 |
|---|---|---|
| committer | Brian Behlendorf <behlendorf1@llnl.gov> | 2012-03-26 18:52:44 +0000 |
| commit | f47e1351db9f2e8bb769dd683801710cff988011 (patch) | |
| tree | 21d47bca6533da1b2150c8567f217f99e7d55445 | |
| parent | 1c5de20ae2511124613926e4f780572634818218 (diff) | |
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
| -rw-r--r--[-rwxr-xr-x] | cmd/zfs/zfs_main.c | 0 | ||||
| -rw-r--r--[-rwxr-xr-x] | cmd/zpool/zpool_main.c | 0 | ||||
| -rwxr-xr-x | config/ltmain.sh | 1 |
3 files changed, 1 insertions, 0 deletions
diff --git a/cmd/zfs/zfs_main.c b/cmd/zfs/zfs_main.c index b88ab0986634..b88ab0986634 100755..100644 --- a/cmd/zfs/zfs_main.c +++ b/cmd/zfs/zfs_main.c diff --git a/cmd/zpool/zpool_main.c b/cmd/zpool/zpool_main.c index 9e73ddaffc07..9e73ddaffc07 100755..100644 --- a/cmd/zpool/zpool_main.c +++ b/cmd/zpool/zpool_main.c diff --git a/config/ltmain.sh b/config/ltmain.sh index a72f2fd78bfc..a23873eddcb7 100755 --- a/config/ltmain.sh +++ b/config/ltmain.sh @@ -1,3 +1,4 @@ +#! /bin/sh # Generated from ltmain.m4sh. # ltmain.sh (GNU libtool) 2.2.6b |
