Skip to content

Commit

Permalink
Revert "asyncshell: assert compatibility across multiple shells; #145
Browse files Browse the repository at this point in the history
…fix"

This reverts commit 69ddbc7.
  • Loading branch information
copycat-killer committed Oct 13, 2015
1 parent 554d206 commit ddcc8f4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions asyncshell.lua
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@
-- Grab environment
local awful = require('awful')

-- Avoid discrepancies across multiple shells
awful.util.shell = '/bin/sh'

-- Initialize tables for module
asyncshell = { request_table = {}, id_counter = 0 }

Expand Down

0 comments on commit ddcc8f4

Please sign in to comment.