Skip to content

Commit 9ec1f29

Browse files
Lawri-van-BuelLawri van Buël
authored andcommitted
changed incorrect [[ to the correct ]
Signed-off-by: Lawri van Buël <[email protected]>
1 parent b92f581 commit 9ec1f29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/hedgedoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@ function main() {
414414
}
415415

416416
# Do the usage function of no Command line arguments are given.
417-
if [[ $# -eq 0 [[; then
417+
if [[ $# -eq 0 ]]; then
418418
set -- "help"
419419
fi
420420

0 commit comments

Comments
 (0)