[llvm-commits] [llvm] r94077 - /llvm/trunk/utils/GetSourceVersion
Pawel Worach
pawel.worach at gmail.com
Fri Jan 22 09:37:37 PST 2010
If someone could take care of this it would be nice, I don't have svn write access.
--
Pawel
On Jan 22, 2010, at 18:28, Daniel Dunbar wrote:
> Please apply, thanks.
>
> - Daniel
>
> On Fri, Jan 22, 2010 at 8:07 AM, Pawel Worach <pawel.worach at gmail.com> wrote:
>> Here is a patch to de-bash the script so it works on /bin/sh != bash systems.
>>
>> Index: utils/GetSourceVersion
>> ===================================================================
>> --- utils/GetSourceVersion (revision 94173)
>> +++ utils/GetSourceVersion (working copy)
>> @@ -1,6 +1,6 @@
>> #!/bin/sh
>>
>> -function usage() {
>> +usage() {
>> echo "usage: $0 <source root>"
>> echo " Prints the source control revision of the given source directory,"
>> echo " the exact format of the revision string depends on the source "
>>
>> --
>> Pawel
>>
>>
>> _______________________________________________
>> llvm-commits mailing list
>> llvm-commits at cs.uiuc.edu
>> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
>>
More information about the llvm-commits
mailing list