diff options
author | slakmagik <slakmagik@gmail.com> | 2010-06-30 21:56:19 -0400 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-07-03 15:52:10 -0500 |
commit | 1d0419e752ba6618a6da53fc8b4d8be4c4a1ebd7 (patch) | |
tree | c6c65534abad57b49af75bbcc8e5f5e90ad4f17e /system/rox-filer/rox-filer.SlackBuild | |
parent | 313a4f1d24815f58d9d8f481bac83505c6c35196 (diff) | |
download | slackbuilds-1d0419e752ba6618a6da53fc8b4d8be4c4a1ebd7.tar.gz |
Various: whitespace cleanups
All trailing whitespace (either at EOL or as entire last line) was
removed except in slack-desc files where all of them were made to
leave a trailing space after the 'blank' colons.
This only affects the builds that I maintain.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'system/rox-filer/rox-filer.SlackBuild')
-rw-r--r-- | system/rox-filer/rox-filer.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/system/rox-filer/rox-filer.SlackBuild b/system/rox-filer/rox-filer.SlackBuild index fd72e7c7ec..b1ee9afe72 100644 --- a/system/rox-filer/rox-filer.SlackBuild +++ b/system/rox-filer/rox-filer.SlackBuild @@ -89,8 +89,8 @@ chmod 0755 $PKG/$BINDIR/rox # Don't clobber these on upgrades cd Choices/MIME-types - for file in * ; do - mv $file $PKG/$CHOICESDIR/$file.new ; + for file in * ; do + mv $file $PKG/$CHOICESDIR/$file.new ; done cd - |