about summary refs log tree commit diff
path: root/Src/zsh.mdd
diff options
context:
space:
mode:
authorTanaka Akira <akr@users.sourceforge.net>1999-12-22 16:16:49 +0000
committerTanaka Akira <akr@users.sourceforge.net>1999-12-22 16:16:49 +0000
commit96e836b7df4fc862e04618a8925f7b29effbd9c0 (patch)
treebd3e7eca2787a0a49e3383af21b2480d844e0a13 /Src/zsh.mdd
parentab12e0db0c735041390fc42819ab42a2453c5d83 (diff)
downloadzsh-96e836b7df4fc862e04618a8925f7b29effbd9c0.tar.gz
zsh-96e836b7df4fc862e04618a8925f7b29effbd9c0.tar.xz
zsh-96e836b7df4fc862e04618a8925f7b29effbd9c0.zip
zsh-workers/9134
Diffstat (limited to 'Src/zsh.mdd')
-rw-r--r--Src/zsh.mdd2
1 files changed, 1 insertions, 1 deletions
diff --git a/Src/zsh.mdd b/Src/zsh.mdd
index e93b6d00f..cca6ec8f9 100644
--- a/Src/zsh.mdd
+++ b/Src/zsh.mdd
@@ -62,7 +62,7 @@ zshxmods.h: modules-bltin xmods.conf
 	@echo "Creating \`$@'."
 	@( \
 	    binmods=`sed 's/^/ /;s/$$/ /' modules-bltin`; \
-	    for mod in `cat $(sdir_src)/xmods.conf`; do \
+	    for mod in `sed 's/^.* //' $(sdir_src)/xmods.conf`; do \
 		q_mod=`echo $$mod | sed 's,Q,Qq,g;s,_,Qu,g;s,/,Qs,g'`; \
 		case $$binmods in \
 		    *" $$mod "*) \