summaryrefslogtreecommitdiff
path: root/boot-pkgs
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2009-09-24 17:10:25 +0000
committerIan Lynagh <igloo@earth.li>2009-09-24 17:10:25 +0000
commitf4b0d8b33d175ec0a6c708eab5e6d6cb6ddd3262 (patch)
treeb1cb99943c719f56b7c958950572f37336b7d010 /boot-pkgs
parent828617da8b44fdd9653e7fe181205061174a4f50 (diff)
downloadhaskell-f4b0d8b33d175ec0a6c708eab5e6d6cb6ddd3262.tar.gz
Make some sed more portable: Use \{0,1\} instead of \?
Diffstat (limited to 'boot-pkgs')
-rw-r--r--boot-pkgs2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot-pkgs b/boot-pkgs
index 353112b3c4..91da9a3df9 100644
--- a/boot-pkgs
+++ b/boot-pkgs
@@ -3,7 +3,7 @@ set -e
libraries=
-tarred=`ls -1 libraries/tarballs | sed "s/-[0-9.]*\(-snapshot\)\?.tar.gz//"`
+tarred=`ls -1 libraries/tarballs | sed "s/-[0-9.]*\(-snapshot\)\{0,1\}.tar.gz//"`
for p in $tarred
do