Browse Source

fix dmenu_path exec sh

master
Connor Lane Smith 12 years ago
parent
commit
5162d1b37a
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      dmenu_run

+ 1
- 1
dmenu_run View File

@@ -12,4 +12,4 @@ fi
else
dmenu "$@" < "$cache"
fi
) | read cmd && exec sh -c "$cmd"
) | exec sh

Loading…
Cancel
Save