aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xpackaging/svr4/checkinstall.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/svr4/checkinstall.in b/packaging/svr4/checkinstall.in
index 6777fcee29..34cd46ba82 100755
--- a/packaging/svr4/checkinstall.in
+++ b/packaging/svr4/checkinstall.in
@@ -18,7 +18,7 @@ platform=`uname -p`
expected_platform="@host_cpu@"
-if [ -x $GTK_CONFIG ] ; then
+if [ -x "$GTK_CONFIG" ] ; then
# First try the GTK location that was used to build wireshark. This
# is probably the safest bet.
gtk_installed=`$GTK_CONFIG --version`