aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2015-08-25 17:14:51 -0300
committerSilvio Rhatto <rhatto@riseup.net>2015-08-25 17:14:51 -0300
commit39e6cdf726aee2a1d8900b5e56d0873b64684653 (patch)
treedc618857879da9aa8cfadaaf7f4f5568ba3aae9e
parent404dfbd6d95ebcf66e2d510f1ea5af5ee41a038c (diff)
downloadprofile-39e6cdf726aee2a1d8900b5e56d0873b64684653.tar.gz
profile-39e6cdf726aee2a1d8900b5e56d0873b64684653.tar.bz2
Comparison fix
-rwxr-xr-xxsessionrc.dot.link2
1 files changed, 1 insertions, 1 deletions
diff --git a/xsessionrc.dot.link b/xsessionrc.dot.link
index 5b238ff..2221fd5 100755
--- a/xsessionrc.dot.link
+++ b/xsessionrc.dot.link
@@ -97,6 +97,6 @@ if [ "$OSVERSION" != "6" ]; then
fi
# Start window manager
-if [ "$OSVERSION" == "7" ]; then
+if [ "$OSVERSION" = "7" ]; then
$WINDOW_MANAGER
fi