diff options
Diffstat (limited to 'wince/xdistclean.ksh')
-rw-r--r-- | wince/xdistclean.ksh | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/wince/xdistclean.ksh b/wince/xdistclean.ksh index 27d7c98edd..bdb6b421e8 100644 --- a/wince/xdistclean.ksh +++ b/wince/xdistclean.ksh @@ -1,4 +1,4 @@ -tdirs=`xfind . -type d -name 'wince-*'`
-test "$tdirs" = "" || rm -rf $dirs
-rm -f *.res *.pdb *~
-
+tdirs=`xfind . -type d -name 'wince-*'` +test "$tdirs" = "" || rm -rf $dirs +rm -f *.res *.pdb *~ + |