Skip to content

Commit

Permalink
removed set +x from hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
tokiclover committed Jun 2, 2018
1 parent 3c88a95 commit 5dcdf51
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 5 deletions.
1 change: 0 additions & 1 deletion hooks/bcache
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
# $Version: 0.22.1 2016/06/02 12:33:03 Exp $
#

set +e
[ -z "$bcache" ] && get_cmdline_option "bcache"

#
Expand Down
1 change: 0 additions & 1 deletion hooks/btrfs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
# $Version: 0.22.1 2016/06/02 12:33:03 Exp $
#

set +e
[ -z "$bcache" ] && get_cmdline_option "btrfs"
[ -n "$btrfs" ] || exit

Expand Down
1 change: 0 additions & 1 deletion hooks/zfs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
# $Version: 0.22.1 2016/06/02 12:33:03 Exp $
#

set +e
[ -z "$zfs" ] && get_cmdline_option "zfs"
[ -n "$zfs" ] || exit

Expand Down
1 change: 0 additions & 1 deletion hooks/zram
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
# $Version: 0.22.1 2016/06/02 12:33:03 Exp $
#

set +e
[ -z "$zram" ] && get_cmdline_option "zram"

dozram() {
Expand Down
2 changes: 1 addition & 1 deletion usr/lib/mkinitramfs-ll/functions
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ dohook() {
local line name="${1##*/}"
set >/environ
begin "exec: $1...\n"
$SHELL -acex ". /environ;
$SHELL -ace ". /environ;
. $libdir/functions;
. $libdir/helpers;
exec 3>>$logfile;
Expand Down

0 comments on commit 5dcdf51

Please sign in to comment.