Sh script help needed

Can anyone tell me what this would do in an .sh script

@@ -912,10 +912,12 @@

My guess is output from diff -u : @@ -912,10 +912,12 @@ . The part -912,10 relates to file1 and the part +912,12 to file2. diff will show a piece of text, which is 10 lines long starting from line number 912 in file. And the same about the file2. diff shows 12 lines starting from line 912.

1 Like

I have a script failing with the following:

(Stripping trailing CRs from patch.)
can't find file to patch at input line 4
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:

Here is code to line 4

diff -Naur original/smali_classes3/dji/apppublic/reflect/AppPublicReflect.smali mod/smali_classes3/dji/apppublic/reflect/AppPublicReflect.smali
--- original/smali_classes3/dji/apppublic/reflect/AppPublicReflect.smali    2017-07-06 01:03:41.091002600 +0200
+++ mod/smali_classes3/dji/apppublic/reflect/AppPublicReflect.smali    2017-07-06 23:37:56.820426300 +0200
@@ -912,10 +912,12 @@

There is no script!