summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xmakePatches.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/makePatches.sh b/makePatches.sh
index 0ebca409..a62f3641 100755
--- a/makePatches.sh
+++ b/makePatches.sh
@@ -12,6 +12,7 @@ for file in $(/bin/ls $cb)
do
echo "Diffing $file"
sed -i 's/\r//' "$nms/$file"
+ sed -i 's/\r//' "$cb/$file"
outName=$(echo nms-patches/"$(echo $file | cut -d. -f1)".patch)
patchNew=$(diff -u "$nms/$file" "$cb/$file")
if [ -f "$outName" ]