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
The script tex-dependencies uses printf without a format string! This will break as soon as a parameter file will have a % sign in its name!
Either use printf " %s" "$TEXTFILES", or use /bin/echo -n.
The text was updated successfully, but these errors were encountered:
The script tex-dependencies uses printf without a format string! This will break as soon as a parameter file will have a % sign in its name!
Either use
printf " %s" "$TEXTFILES"
, or use/bin/echo -n
.The text was updated successfully, but these errors were encountered: