[Bug 35763] kapptemplate fails on FreeBSD
Dirk Mueller
mueller at kde.org
Fri Jul 25 21:11:01 UTC 2003
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=35763
mueller at kde.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From mueller at kde.org 2003-07-25 21:10 -------
Subject: kdesdk/kapptemplate
CVS commit by mueller:
sort the list of files
CCMAIL: 35763-done at bugs.kde.org
M +1 -1 kapptemplate.common 1.6
--- kdesdk/kapptemplate/kapptemplate.common #1.5:1.6
@@ -300,5 +300,5 @@
then
# FILES=`/bin/ls -1 -I "no-exe" -I*~ $DIRECTORY`;
- FILES=`cd $DIRECTORY; find . ! -name "*~" -maxdepth 1 -type f -print | sed 's,^\./,,'`;
+ FILES=`cd $DIRECTORY; find . ! -name "*~" -maxdepth 1 -type f -print | sed 's,^\./,,' | sort`;
if [ ! "$FILES" ];
More information about the KDevelop-devel
mailing list