Fix a typo

This commit is contained in:
Paul Chote
2011-02-08 20:39:11 +13:00
parent 734c90f85e
commit 9da906d751

View File

@@ -4,7 +4,7 @@
authenticate () {
if command -v gksudo > /dev/null; then
gksudo --description "OpenRA Installer" -- mono OpenRA.Utility.exe $@ || echo "Error: Permission denied."
elif command -v kdesu > /dev/null; then
elif command -v kdesudo > /dev/null; then
kdesudo -d -- mono OpenRA.Utility.exe $@ || echo "Error: Permission denied."
else
# Try running without escalating