From 59c95e3e927e5b48fc4e44d114530fea0ab15d92 Mon Sep 17 00:00:00 2001 From: Paul Phillips Date: Sat, 27 Nov 2010 07:30:17 +0000 Subject: Today's Bourne Shell Ultimatum. No review. --- tools/get-scala-revision | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/get-scala-revision') diff --git a/tools/get-scala-revision b/tools/get-scala-revision index abf795476e..685ce67a6d 100755 --- a/tools/get-scala-revision +++ b/tools/get-scala-revision @@ -13,7 +13,7 @@ else DIR=$1 fi -builtin cd $DIR +cd $DIR if [ -d .svn ]; then svn info . | grep ^Revision | sed 's/Revision: //' -- cgit v1.2.3