mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-13 03:01:32 +01:00
corrected condition, removed dependency of debian plugin
This commit is contained in:
parent
57b022f4b5
commit
ca77b65a00
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
: ${FPM_DIR:=/etc/php5/fpm}
|
: ${FPM_DIR:=/etc/php5/fpm}
|
||||||
|
|
||||||
if [ $use_sudo -eq 1 ]; then
|
if [[ -e $( which -p sudo 2>&1 ) ]]; then
|
||||||
sudo="sudo"
|
sudo="sudo"
|
||||||
else
|
else
|
||||||
sudo=""
|
sudo=""
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue