Skip to content

Commit 522c558

Browse files
ajdaviskevinAlbs
authored andcommitted
CDRIVER-2848 fix generate-uninstall.sh syntax
1 parent dfc2c06 commit 522c558

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/generate-uninstall.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ if [ "${prefix}" = "${prefix%/}" ]; then
5252
fi
5353

5454
printf "#!/bin/sh\n"
55-
printf "# Mongo C Driver uninstall program, generated with CMake
55+
printf "# Mongo C Driver uninstall program, generated with CMake"
5656
printf "\n"
5757
printf "# Copyright 2018-present MongoDB, Inc.\n"
5858
printf "#\n"

0 commit comments

Comments
 (0)