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"
128
-
sed "s@^+++ $p@+++ $pr@;s@^--- $p@--- $pr@""$PATCH_PATH">>"$patch_edited_path"
125
+
if [ $found-eq$cand_lines ];then# first run in loop
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
0 commit comments