From: Brian Behlendorf Date: Mon, 26 Mar 2012 17:34:55 +0000 (-0700) Subject: Fix executable permissions X-Git-Url: https://git.camperquake.de/gitweb.cgi?a=commitdiff_plain;h=f47e1351db9f2e8bb769dd683801710cff988011;p=zfs.git 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 Closes #620 --- diff --git a/cmd/zfs/zfs_main.c b/cmd/zfs/zfs_main.c old mode 100755 new mode 100644 diff --git a/cmd/zpool/zpool_main.c b/cmd/zpool/zpool_main.c old mode 100755 new mode 100644 diff --git a/config/ltmain.sh b/config/ltmain.sh index a72f2fd..a23873e 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