mirror of
https://github.com/edeproject/ede.git
synced 2023-08-10 21:13:03 +03:00
Importing new ede-screen-lock tool, a wrapper around various locking engines. Also modified ede-help to
use 'command -v' instead of 'which', making it more portable.
This commit is contained in:
@@ -48,7 +48,7 @@ url="file://$url"
|
||||
# try to find browser
|
||||
if [ "x$BROWSER" = "x" ]; then
|
||||
for i in $browser_list; do
|
||||
if which $i > /dev/null 2>&1; then
|
||||
if command -v $i > /dev/null 2>&1; then
|
||||
BROWSER="$i"
|
||||
break;
|
||||
fi
|
||||
|
Reference in New Issue
Block a user