Skip to content

Commit e244658

Browse files
committed
Try sed again
1 parent 66259f7 commit e244658

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

analysis/test.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@ for file in tests/src/*.{res,resi}; do
66
echo $RUNNER_OS
77
if [ "$RUNNER_OS" == "Windows" ]; then
88
echo "sedding..."
9-
sed -i "s/\r\n/\n/g" $output
9+
sed -i "" $output
1010
fi
11+
echo "catting"
1112
cat -A $output
1213
done
1314

0 commit comments

Comments
 (0)