1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-21 05:00:16 +00:00

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
'');
'')