Roll back SBCL

svn path=/nixpkgs/trunk/; revision=18189
This commit is contained in:
Michael Raskin
2009-11-06 10:13:00 +00:00
parent 73933c7f9b
commit 8334ad8b2a
4 changed files with 11 additions and 8 deletions
@@ -35,6 +35,7 @@ prefetchClause=""
if [ -z "$forcedUrl" ] ; then
freshUrl="$("$own_dir"/urls-from-page.sh "$(getAttr downloadPage)" |
eval "egrep \"$(getAttr sourceRegexp '.*[.]tar[.].*')\"" |
eval "egrep -v \"$(getAttr blacklistRegexp '^$')\"" |
eval "$(getAttr choiceCommand 'head -1')")"
if ! egrep ':' <<< "$freshUrl" ; then