about summary refs log tree commit diff
path: root/Util/preconfig
diff options
context:
space:
mode:
authorTanaka Akira <akr@users.sourceforge.net>1999-12-23 15:07:38 +0000
committerTanaka Akira <akr@users.sourceforge.net>1999-12-23 15:07:38 +0000
commitdf6b4aadbb61ed663eede25f8f4a4c7f193fc824 (patch)
treea645cb3d5d9ed0bfb7beaaa36cec62bb615edc61 /Util/preconfig
parentbe5a334a0c06f215905f3972508e78a059d1c7fe (diff)
downloadzsh-df6b4aadbb61ed663eede25f8f4a4c7f193fc824.tar.gz
zsh-df6b4aadbb61ed663eede25f8f4a4c7f193fc824.tar.xz
zsh-df6b4aadbb61ed663eede25f8f4a4c7f193fc824.zip
zsh-workers/9144
Diffstat (limited to 'Util/preconfig')
-rwxr-xr-xUtil/preconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/Util/preconfig b/Util/preconfig
index cae284503..38d92634a 100755
--- a/Util/preconfig
+++ b/Util/preconfig
@@ -1,6 +1,6 @@
 #! /bin/sh
 
-find . \( -name '?*.*' -prune \) -o \( -name .preconfig -print \) | (
+find . \( -name '?*.*' -prune \) -o  -name .preconfig -print  | (
     while read pre; do
 	cmd=`echo $pre | sed 's,^,cd ,;s,/\([^/]*\)$, \&\& ./\1,'`
 	echo >&2 "$cmd"