woops, make that "bundle," not ".bundle"

This commit is contained in:
Sterling Hughes 2003-06-07 17:07:10 +00:00
parent d5e1020714
commit 5930c2fbbc

View File

@ -1,6 +1,6 @@
#!/bin/sh
EXTS=`cat .bundle`
EXTS=`cat bundle`
PEAR=`which pear`
for i in $EXTS; do