summaryrefslogtreecommitdiffhomepage
path: root/bash.html.markdown
diff options
context:
space:
mode:
Diffstat (limited to 'bash.html.markdown')
-rw-r--r--bash.html.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/bash.html.markdown b/bash.html.markdown
index 845ebead..96f2414d 100644
--- a/bash.html.markdown
+++ b/bash.html.markdown
@@ -141,7 +141,7 @@ do
done
# while loop:
-while [true]
+while [ true ]
do
echo "loop body here..."
break