aboutsummaryrefslogtreecommitdiffstats
path: root/brp-compress
diff options
context:
space:
mode:
Diffstat (limited to 'brp-compress')
-rwxr-xr-xbrp-compress2
1 files changed, 1 insertions, 1 deletions
diff --git a/brp-compress b/brp-compress
index b1bf0dc..6912d66 100755
--- a/brp-compress
+++ b/brp-compress
@@ -7,7 +7,7 @@ if [ -z "$RPM_BUILD_ROOT" -o "$RPM_BUILD_ROOT" = "/" ]; then
exit 0
fi
-cd $RPM_BUILD_ROOT
+cd "$RPM_BUILD_ROOT"
# Compress man pages
COMPRESS="bzip2 -9"