Skip to content
  • nl6720's avatar
    archiso/mkarchiso: general bash improvements · 0387b253
    nl6720 authored
    Quote all variables.
    Terminate option processing using '--' for commands that support it.
    Do not hardcode file descriptor.
    Compare integers with arithmetic comparison instead of string comparison.
    Replace echo with printf.
    Use heredoc for usage text.
    Don't print INFO messages when quiet is set.
    Export SOURCE_DATE_EPOCH.
    0387b253