Skip to content

Commit

Permalink
yumlog2gource: gource version command isn't done for yum yet.
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiaskrgr committed Aug 1, 2012
1 parent 5409677 commit 19fd284
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yumlog2gource.sh
Original file line number Diff line number Diff line change
Expand Up @@ -739,7 +739,6 @@ cpucores=`getconf _NPROCESSORS_ONLN`
gourcebinarypath=`whereis gource | cut -d' ' -f2`


echo "ERROR: command not supported yet"
# gourcename_version=`pacman -Qo ${gourcebinarypath} | cut -d' ' -f"5 6"`


Expand Down Expand Up @@ -789,6 +788,7 @@ while getopts "nchgfpaotimdlLq" opt; do
LOGTIMES=''
;;
"i")
echo "ERROR: gource version output not supported yet"
UPDATE="false"
INFORMATION="true"
;;
Expand Down

0 comments on commit 19fd284

Please sign in to comment.