diff options
author | 2006-06-16 22:50:51 +0000 | |
---|---|---|
committer | 2006-06-16 22:50:51 +0000 | |
commit | 8db9e9ccea88f598f87ebe4b61996246f16d6741 (patch) | |
tree | 1b9d5d389c305aabe84aabab205e13dc63a39541 /scripts | |
parent | Adding license for app-arch/unace-bin (diff) | |
download | sunrise-reviewed-8db9e9ccea88f598f87ebe4b61996246f16d6741.tar.gz sunrise-reviewed-8db9e9ccea88f598f87ebe4b61996246f16d6741.tar.bz2 sunrise-reviewed-8db9e9ccea88f598f87ebe4b61996246f16d6741.zip |
Removing blank line
svn path=/sunrise/; revision=79
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/create-stats.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/create-stats.sh b/scripts/create-stats.sh index e5aaabfab..292fb8f92 100755 --- a/scripts/create-stats.sh +++ b/scripts/create-stats.sh @@ -24,4 +24,3 @@ for ((i=0;i<${#ebuilds[@]};i++)) do echo ${ebuilds[$i]} - bug ${bugs[$i]} - on CC: ${cc[$i]}; fi done - |