File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ def run_global(script_name, *args):
5858PERMISSIONS_SOURCED = PERMISSIONS \
5959 & ~ ( # remove executable bits for
6060 stat .S_IXUSR # ... user
61- | stat .S_IXGRP # ...
61+ | stat .S_IXGRP # ...
6262 | stat .S_IXOTH )
6363
6464
@@ -78,7 +78,7 @@ def run_global(script_name, *args):
7878
7979 # cpvirtualenv:
8080 # precpvirtualenv <old> <new> (run),
81- # postcpvirtualenv (sourced)
81+ # postcpvirtualenv (sourced)
8282
8383 # rmvirtualenv
8484 ("prermvirtualenv" ,
@@ -103,7 +103,7 @@ def run_global(script_name, *args):
103103
104104 # mkproject:
105105 # premkproject <new project name> (run),
106- # postmkproject (sourced)
106+ # postmkproject (sourced)
107107
108108 # get_env_details
109109 ("get_env_details" ,
@@ -155,7 +155,7 @@ def make_hook(filename, comment):
155155 f = open (filename , 'w' )
156156 try :
157157 # for sourced scripts, the shebang line won't be used;
158- # it is useful for editors to recognize the file type, though
158+ # it is useful for editors to recognize the file type, though
159159 f .write ("#!%(shell)s\n # %(comment)s\n \n " % {
160160 'comment' : comment ,
161161 'shell' : os .environ .get ('SHELL' , '/bin/sh' ),
You can’t perform that action at this time.
0 commit comments