summarylogtreecommitdiffstats
path: root/chrome-shutdown-hook.py
diff options
context:
space:
mode:
authorClastres Térence2016-09-01 09:08:22 +0200
committerClastres Térence2016-09-01 09:08:22 +0200
commitd7f0b21c1623690786043e13a5f5dd847375922b (patch)
treebeebea607a20eed762a1f4922763013b3b8dc564 /chrome-shutdown-hook.py
parent28dad7c7481c234bfa68b9490e182cc7988d63da (diff)
downloadaur-d7f0b21c1623690786043e13a5f5dd847375922b.tar.gz
Fix comment syntax
Diffstat (limited to 'chrome-shutdown-hook.py')
-rw-r--r--chrome-shutdown-hook.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome-shutdown-hook.py b/chrome-shutdown-hook.py
index 29c73b213f72..fbf3dc6de623 100644
--- a/chrome-shutdown-hook.py
+++ b/chrome-shutdown-hook.py
@@ -15,7 +15,7 @@ import gtk
def chrome_clean_shutdown(*args):
if subprocess.call('/usr/bin/pkill -15 -P 1 chrome', shell=True) == 1:
- subprocess.call('/usr/bin/pkill -15 -o chrome', shell=True) // if no parent, kill the oldest process
+ subprocess.call('/usr/bin/pkill -15 -o chrome', shell=True) # if no parent, kill the oldest process
return True