You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-python/twisted-core/files/twisted-core-2.1.0-zsh-head...

14 lines
592 B

Index: twisted/python/_twisted_zsh_stub
===================================================================
--- twisted/python/_twisted_zsh_stub (revision 14988)
+++ twisted/python/_twisted_zsh_stub (working copy)
@@ -30,7 +30,7 @@
function load_twisted_completions() {
[[ -z $commands[twistd] ]] && echo 'ERROR: test command "twistd" not found in path' && return 1
- shebang=$(head -1 $commands[twistd])
+ shebang=$(head -n1 $commands[twistd])
[[ $shebang != \#\!* ]] && echo 'ERROR: invalid shebang line for test script "twistd"' && return 1
PYTHON=$shebang[3,-1]