summaryrefslogtreecommitdiffstats
path: root/bugzilla_give_permissions.sh
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-26 13:14:08 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-26 13:14:08 -0600
commitcaa52dbd8cdc8e93c835fd8d83212b11e4131acf (patch)
tree47065525870d276e38cecb12c8ea9dae96d35722 /bugzilla_give_permissions.sh
parent8e3c2c74110d47109a349243898c1561c93d4e1b (diff)
downloadother-caa52dbd8cdc8e93c835fd8d83212b11e4131acf.tar.gz
other-caa52dbd8cdc8e93c835fd8d83212b11e4131acf.zip
Rename a number of libraries and executables to avoid conflicts with KDE4HEADr14.0.5r14.0.4r14.0.3r14.0.2r14.0.1r14.0.0r14.0.xmaster
Diffstat (limited to 'bugzilla_give_permissions.sh')
-rwxr-xr-xbugzilla_give_permissions.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bugzilla_give_permissions.sh b/bugzilla_give_permissions.sh
index fc9bdb0..776ddb4 100755
--- a/bugzilla_give_permissions.sh
+++ b/bugzilla_give_permissions.sh
@@ -17,7 +17,7 @@ email=$1
email_in_query=`echo $email | sed -e 's/@/%40/g'`
url="http://bugs.kde.org/editusers.cgi?action=edit&user=$email_in_query"
appid=`dcopstart konqueror "$url"`
-# dcopstart ensures konqueror is launched and ready, but not that khtml finished loading
+# dcopstart ensures konqueror is launched and ready, but not that tdehtml finished loading
objid=''
while test -z "$objid"; do
# TODO: timeout?