Remove trailing whitespace

This commit is contained in:
Tom G. Christensen 2012-05-26 10:54:42 +02:00
parent 0c7484d227
commit 09c04aeabb
4 changed files with 43 additions and 43 deletions

View File

@ -898,7 +898,7 @@ generic_install_perl()
# remove special files # remove special files
${__find} ${stagedir} -name "perllocal.pod" \ ${__find} ${stagedir} -name "perllocal.pod" \
-o -name ".packlist" \ -o -name ".packlist" \
-o -name "*.bs" \ -o -name "*.bs" \
| ${__xargs} -i rm -f {} | ${__xargs} -i rm -f {}

View File

@ -466,7 +466,7 @@ fetch_subsysdesc()
else else
ps[$i]=$sp ps[$i]=$sp
fi fi
break # Found it, skip to the next line break # Found it, skip to the next line
fi fi
done done
done < $subsysconf done < $subsysconf