diff options
author | Ian Lynagh <igloo@earth.li> | 2009-09-21 16:55:59 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2009-09-21 16:55:59 +0000 |
commit | f7321bb96230d48d0eb2920c54d27ef59c571716 (patch) | |
tree | 1d5d38a62d925d50f7c7aedf3396d86b71ef14cf /boot-pkgs | |
parent | baffc798d1542d43f90cf8467d0c2cbbb1bdb963 (diff) | |
download | haskell-f7321bb96230d48d0eb2920c54d27ef59c571716.tar.gz |
boot-pkgs now automatically works out which libraries are from tarballs
Diffstat (limited to 'boot-pkgs')
-rw-r--r-- | boot-pkgs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ set -e libraries= -tarred="time" +tarred=`ls -1 libraries/tarballs | sed "s/-[0-9.]*.tar.gz//"` for p in $tarred do |