All of lore.kernel.org
 help / color / mirror / Atom feed
* possible bug in init-ceph.in
@ 2013-11-21  7:23 Dietmar Maurer
  2013-11-21 17:18 ` Loic Dachary
  0 siblings, 1 reply; 6+ messages in thread
From: Dietmar Maurer @ 2013-11-21  7:23 UTC (permalink / raw)
  To: ceph-devel@vger.kernel.org

http://ceph.com/git/?p=ceph.git;a=blob;f=src/init-ceph.in;h=7399abb8f85855f2248c4afb22bf94f2e2f080a2;hb=HEAD

line 320:

      if [ "${update_crush:-1}" = "1" -o "{$update_crush:-1}" = "true" ]; then

looks strange to me. Maybe that should be:

-		if [ "${update_crush:-1}" = "1" -o "{$update_crush:-1}" = "true" ]; then
+		if [ "${update_crush:-1}" = "1" -o "${update_crush:-1}" = "true" ]; then




^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2013-11-25  6:08 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-21  7:23 possible bug in init-ceph.in Dietmar Maurer
2013-11-21 17:18 ` Loic Dachary
2013-11-21 17:57   ` Loic Dachary
2013-11-21 17:59     ` Gregory Farnum
2013-11-22  4:54       ` Dietmar Maurer
2013-11-25  6:08         ` Gregory Farnum

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.