You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
printf'#\n# Patch converted to %sbit library paths from its original by Patchmanager > 3.1\n# Date: %s\n#\n'$SYS_BITNESS$(date -Iseconds)>"$patch_edited_path"
129
-
cat "$PATCH_PATH">>"$patch_edited_path"
130
-
fi
131
-
sed -i "s@^+++ $p@+++ $pr@;s@^--- $p@--- $pr@""$patch_edited_path"# patch the Patch
132
-
if [ $?-ne 0 ];then
133
-
failure
128
+
printf'#\n# Patch converted to %sbit library paths from its original by Patchmanager > 3.1\n# Date: %s\n#\n'$SYS_BITNESS$(date -Iseconds) \
129
+
| cat - "$PATCH_PATH">"$patch_edited_path"
134
130
fi
131
+
sed -i "s@^+++ $p@+++ $pr@;s@^--- $p@--- $pr@""$patch_edited_path"|| failure ||true# patch the Patch
0 commit comments