From 9da906d7513a22deba2ca3a968629c84e7aacdf1 Mon Sep 17 00:00:00 2001 From: Paul Chote Date: Tue, 8 Feb 2011 20:39:11 +1300 Subject: [PATCH] Fix a typo --- packaging/linux/OpenRA.Utility.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/linux/OpenRA.Utility.sh b/packaging/linux/OpenRA.Utility.sh index 5ae67c660c..d57dfa9658 100755 --- a/packaging/linux/OpenRA.Utility.sh +++ b/packaging/linux/OpenRA.Utility.sh @@ -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