Skip to content

Commit fe2a44c

Browse files
committed
bug fix
1 parent 9004e44 commit fe2a44c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/comments.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ case $FILE_EXT in
178178
esac
179179

180180
#insert the problem description into the source file, and remove it
181-
sed.bak -i "" '4 r /tmp/tmp.txt' ${source_file}
181+
sed -i.bak '4 r /tmp/tmp.txt' ${source_file}
182182
rm -f ${source_file}.bak
183183
rm -f /tmp/tmp.txt
184184

0 commit comments

Comments
 (0)