This website requires JavaScript.
Explore
Help
Register
Sign In
BitHeaven
/
dmenu
Watch
1
Star
0
Fork
You've already forked dmenu
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
dmenu_run: use $SHELL
Browse Source
...
This commit is contained in:
Connor Lane Smith
2011-11-23 15:17:32 +01:00
parent
3f9b10c86a
commit
942199ccd0
1 changed files
with
1 additions
and
1 deletions
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Show Stats
Download Patch File
Download Diff File
Expand all files
Collapse all files
2
dmenu_run
Unescape
Escape
View File
@ -12,4 +12,4 @@ fi
else
else
dmenu "$@" < "$cache"
dmenu "$@" < "$cache"
fi
fi
) | exec sh
) | exec
${SHELL:-"/bin/
sh
"}
Write
Preview
Loading…
Cancel
Save
Reference in New Issue
Repository
BitHeaven/dmenu
Title
Body
Create Issue