projects
/
util-vserver.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
6bf3be7
)
Fix typo
author
Daniel Hokka Zakrisson
<daniel@hozac.com>
Sat, 28 May 2011 19:08:47 +0000 (21:08 +0200)
committer
Daniel Hokka Zakrisson
<daniel@hozac.com>
Sat, 28 May 2011 19:09:29 +0000 (21:09 +0200)
scripts/functions
patch
|
blob
|
history
diff --git
a/scripts/functions
b/scripts/functions
index
f4cd1ff
..
8fc1929
100644
(file)
--- a/
scripts/functions
+++ b/
scripts/functions
@@
-926,7
+926,7
@@
function pkgmgmt.isUrpmiAvailable
local have_urpmi i
if test -n "$is_internal"; then
have_urpmi=1
- test -d "$cfgdir"/var/lib/urpmi || have_yum=
+ test -d "$cfgdir"/var/lib/urpmi || have_urpmi=
else
have_urpmi=
for i in /bin /usr/bin /usr/local/bin; do