diff options
author | P. J. McDermott <pj@pehjota.net> | 2014-08-28 02:24:26 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2014-08-28 02:24:26 (EDT) |
commit | 2e698eb99020a511a8e5b0cfe4d8ca1dc609f4da (patch) | |
tree | 1cc24852a4f3b105b4af925f7fcaace9411fbc6c /notes.txt | |
parent | 5b5372cdda0ee5028de6b0056b749d785e9e0bf9 (diff) |
notes.txt: Remove more old notes
Diffstat (limited to 'notes.txt')
-rw-r--r-- | notes.txt | 22 |
1 files changed, 0 insertions, 22 deletions
@@ -19,25 +19,3 @@ buildd: host$ prokit opkg chroot install src-expat host$ prokit opkbuild chroot chroot/usr/src/expat_*/ - - -run_cmd() -{ - if $# lt cmd_$cmd_min_args - help $cmd - exit 1 - if cmd_$cmd_max_args is set and $# gt cmd_$cmd_max_args - help $cmd - exit - i=0; args= - while i lt cmd_$cmd_exp_args - args="$args ''" - eval cmd_$cmd_main $@ $args -} - -cmd_install_min_args=2 -cmd_install_exp_args=2 -cmd_install_max_args=2 - -opkg cmd? parses opts after <chroot>? -maybe <chroot> itself should be an option? |