summaryrefslogtreecommitdiffstats
path: root/misc/dwdiff
diff options
context:
space:
mode:
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
commit1d0419e752ba6618a6da53fc8b4d8be4c4a1ebd7 (patch)
treec6c65534abad57b49af75bbcc8e5f5e90ad4f17e /misc/dwdiff
parent313a4f1d24815f58d9d8f481bac83505c6c35196 (diff)
downloadslackbuilds-1d0419e752ba6618a6da53fc8b4d8be4c4a1ebd7.tar.gz
slackbuilds-1d0419e752ba6618a6da53fc8b4d8be4c4a1ebd7.tar.xz
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 'misc/dwdiff')
-rw-r--r--misc/dwdiff/dwdiff.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/dwdiff/dwdiff.SlackBuild b/misc/dwdiff/dwdiff.SlackBuild
index 4e514d1c51..575f29b731 100644
--- a/misc/dwdiff/dwdiff.SlackBuild
+++ b/misc/dwdiff/dwdiff.SlackBuild
@@ -71,7 +71,7 @@ make LINGUAS="${NLS:=""}" prefix=/usr
make LINGUAS="${NLS:=""}" prefix=$PKG/usr install
mv $PKG/usr/share/doc $PKG/usr
-if [ -z "$NLS" ]; then # share/ will be empty
+if [ -z "$NLS" ]; then # share/ will be empty
rmdir $PKG/usr/share
fi