about summary refs log tree commit diff
path: root/Util
diff options
context:
space:
mode:
authorTanaka Akira <akr@users.sourceforge.net>1999-12-22 22:02:59 +0000
committerTanaka Akira <akr@users.sourceforge.net>1999-12-22 22:02:59 +0000
commit7262c3ba6cdda62c5d4386fdfa5e5e6aebc336fd (patch)
tree6188896a27ee9ba904252f961504d4e1309ad2ed /Util
parent94ca95bd6f44f4ac4c416f870890578367aaa483 (diff)
downloadzsh-7262c3ba6cdda62c5d4386fdfa5e5e6aebc336fd.tar.gz
zsh-7262c3ba6cdda62c5d4386fdfa5e5e6aebc336fd.tar.xz
zsh-7262c3ba6cdda62c5d4386fdfa5e5e6aebc336fd.zip
zsh-workers/9138
Diffstat (limited to 'Util')
-rwxr-xr-xUtil/preconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/Util/preconfig b/Util/preconfig
index 469115a9d..cae284503 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"