commit 584f6e0a6e978b9afeed29e5a16277561cdd4c15 Author: Miklos Vajna Date: Tue Jun 22 13:39:49 2010 +0200 Fsplit: get rid of unneeded utf8 whitespace diff --git a/source/include/util.sh b/source/include/util.sh index e828c1c..07ebc18 100644 --- a/source/include/util.sh +++ b/source/include/util.sh @@ -1289,7 +1289,7 @@ Fsplit() local i dir path subpkg=$1 shift 1 if [ ! -d $startdir/pkg.$subpkg ]; then - # FIXME Compatibility: check for $subpkg in subpkgs + # FIXME Compatibility: check for $subpkg in subpkgs warning "Trying to move $@ to undeclared subpackage $subpkg" mkdir -p $startdir/pkg.$subpkg/ Fdie