Skip to content

Commit 2ac5551

Browse files
committed
script
1 parent 56f9391 commit 2ac5551

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: scripts/comments_cpp.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ else
115115

116116
if [ ! -f ${source_file} ]; then
117117
echo "Create a new file - ${source_file}."
118-
echo "\n" > ${source_file}
118+
echo "" > ${source_file}
119119
current_time=`date +%Y-%m-%d`
120120
else
121121
if [[ "$platform" == "linux" ]]; then

0 commit comments

Comments
 (0)