Remove semicolon causing evaluation error.

svn path=/nixpkgs/trunk/; revision=25354
This commit is contained in:
Karn Kallio 2011-01-02 23:52:39 +00:00
parent a5d31be527
commit 871b59c636

View File

@ -7,4 +7,4 @@ runCommand: git: repository: branch:
rev=$(git ls-remote ${repository} | grep "refs/${branch}$" | awk '{ print $1 }')
echo "[ \"$rev\" ]" > $out
echo Latest revision in ${branch} is $rev
'');
'')