aboutsummaryrefslogtreecommitdiff
path: root/src/ninjahelper.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/ninjahelper.in')
-rwxr-xr-xsrc/ninjahelper.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ninjahelper.in b/src/ninjahelper.in
index 7497b69..f0ad45a 100755
--- a/src/ninjahelper.in
+++ b/src/ninjahelper.in
@@ -215,7 +215,7 @@ if [ ! -d "$configdirectory" ]; then
exit 1
fi
-. $libdir/easydialog.sh
+. $libdir/easydialog
if [ "$UID" != "0" ]; then
msgBox "warning" "ninjahelper must be run by root!"