summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--startx.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/startx.cpp b/startx.cpp
index a5e3d29..645566f 100644
--- a/startx.cpp
+++ b/startx.cpp
@@ -271,7 +271,7 @@ if [ "$enable_xauth" = 1 ] ; then
if [ -r /dev/urandom ]; then
mcookie=$(dd if=dev/urandom bs=16 count=1 2>/dev/null | hexdump -e \\"%08x\\")
else
- mcookie=$(dd if=/dev/random bs=16 count=1 2>/dev/null | hexdump -e \\"%08x\\)
+ mcookie=$(dd if=/dev/random bs=16 count=1 2>/dev/null | hexdump -e \\"%08x\\")
fi
fi
if [ "$mcookie" = "" ]; then