I separated the changes into multiple patches that each do one thing
and apply on top of each other. In order they are:
sbase-add_test_alias.diff : adds [ hardlink to test on install, adds [
to sbase-box
sbase-use_pe.diff : use parameter expansion instead of basename when
building sbase-box. simpler, shorter, no extra processes
sbase-use_fputs.diff : use a single call to fputs instead of calling
printf then putchar (also good practice to avoid format string woes)
sbase-align_redir.diff : cleanup the redirections for readability,
move them outside of loops
-emg
Received on Fri Feb 20 2015 - 23:02:05 CET