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 23:01:33 +0000
committerTanaka Akira <akr@users.sourceforge.net>1999-12-23 23:01:33 +0000
commit85e20f745e6329893ba0467ae5490e1840d774c5 (patch)
treed13025c77e82b74ddcfd90174e9d6bf6fcb9f4ae /Util/preconfig
parent6a72c271122268089ed88c6a5c1593b379572949 (diff)
downloadzsh-85e20f745e6329893ba0467ae5490e1840d774c5.tar.gz
zsh-85e20f745e6329893ba0467ae5490e1840d774c5.tar.xz
zsh-85e20f745e6329893ba0467ae5490e1840d774c5.zip
zsh-3.1.6-pws-13 zsh-3.1.6-pws-13
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 38d92634a..2ad6ed2f3 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"