diff options
author | Aaron Griffin <aaron@archlinux.org> | 2006-08-06 20:49:38 +0200 |
---|---|---|
committer | Aaron Griffin <aaron@archlinux.org> | 2006-08-06 20:49:38 +0200 |
commit | d74249c258fd3b0716b7f0a2aadcabc574e6ca77 (patch) | |
tree | ee900cea6750b4e2bd49bf6053f6cf2e2658fdc4 /subs/README | |
parent | b81b2b920d300f1cb292fecf96e9d590497607f8 (diff) | |
download | mkinitcpio-d74249c258fd3b0716b7f0a2aadcabc574e6ca77.tar.gz mkinitcpio-d74249c258fd3b0716b7f0a2aadcabc574e6ca77.tar.xz |
Removed 'subs' in favor of split in klibc-extras
git-svn-id: http://projects.archlinux.org/svn/initramfs/mkinitcpio@143 880c04e9-e011-0410-abf7-b926e227c9cd
Diffstat (limited to 'subs/README')
-rw-r--r-- | subs/README | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/subs/README b/subs/README deleted file mode 100644 index ca29eb2..0000000 --- a/subs/README +++ /dev/null @@ -1,11 +0,0 @@ -The subs tool has been created to solve the IFS ignorance of dash. -Instead of doing - -OLDIFS=$IFS -IFS=$char -func $arglist -IFS=$OLDIFS - -now do - -func $(subs -n $char $arglist) |