Browse Source

Modified Check-PkgFormat to ignore .git

misl/sde-wrapper
Minto van der Sluis 17 years ago
parent
commit
e1e27c7857
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      scripts/Check-PkgFormat

+ 1
- 1
scripts/Check-PkgFormat

@ -17,7 +17,7 @@
# --- SDE-COPYRIGHT-NOTE-END ---
if [ "$1" = "-all" ] ; then
$0 -repository `ls package/. | egrep -v '(CVS|\.svn)'`
$0 -repository `ls package/. | egrep -v '(CVS|\.svn|\.git)'`
exit 0
fi

Loading…
Cancel
Save