summaryrefslogtreecommitdiff
path: root/dot/local/bin/sliceweasel
diff options
context:
space:
mode:
authorAndrew Cady <d@jerkface.net>2020-06-18 13:42:27 -0400
committerAndrew Cady <d@jerkface.net>2020-06-18 13:42:27 -0400
commit8c0771c5b3e5b44a1f1967c2ef51184f1cbdca21 (patch)
tree4b6a52e96b389db61f75ec9575f12ab1ae4425ed /dot/local/bin/sliceweasel
parente7e21a749311a8f8276593642f0f5499905410d0 (diff)
disable spurious check
Diffstat (limited to 'dot/local/bin/sliceweasel')
-rwxr-xr-xdot/local/bin/sliceweasel2
1 files changed, 1 insertions, 1 deletions
diff --git a/dot/local/bin/sliceweasel b/dot/local/bin/sliceweasel
index 09c45bc..b9dc389 100755
--- a/dot/local/bin/sliceweasel
+++ b/dot/local/bin/sliceweasel
@@ -67,7 +67,7 @@ launch_command()
67{ 67{
68 init_control_group memory || die "init_control_group failed" 68 init_control_group memory || die "init_control_group failed"
69 cg=$(get_cgroup memory) || die "failed to ascertain current control group" 69 cg=$(get_cgroup memory) || die "failed to ascertain current control group"
70 [ "$cg" = / ] || die "current control group should be '/', but is instead '$cg'" 70# [ "$cg" = / ] || die "current control group should be '/', but is instead '$cg'"
71 join_control_group || die "join_control_group failed" 71 join_control_group || die "join_control_group failed"
72 exec $command "$@" 72 exec $command "$@"
73} 73}