diff options
author | albator <albator@arcadia.vtf> | 2011-10-30 18:36:20 +0100 |
---|---|---|
committer | albator <albator@arcadia.vtf> | 2011-10-30 18:36:20 +0100 |
commit | 0061571b57d37f17c074ba869a674fb774fb49b4 (patch) | |
tree | 4e907ead034121a05cdebdfff12160eb8bc6d165 /redhat/genrpm.sh | |
parent | f16f2e4b84cfb3bd3045ccbcab47277b01550530 (diff) | |
download | tde-packaging-0061571b57d37f17c074ba869a674fb774fb49b4.tar.gz tde-packaging-0061571b57d37f17c074ba869a674fb774fb49b4.zip |
TDE 3.5.13 stable release for RHEL/Fedora
Diffstat (limited to 'redhat/genrpm.sh')
-rwxr-xr-x | redhat/genrpm.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/redhat/genrpm.sh b/redhat/genrpm.sh index 1a57dd898..4fca9b93e 100755 --- a/redhat/genrpm.sh +++ b/redhat/genrpm.sh @@ -21,7 +21,7 @@ EOF exit 1 fi -select COMP in $( cut -f1 "components.txt" ) ; do +select COMP in $( cut -f1 "components.txt" | grep -v "^#" ) ; do # Gets package version from 'components.txt' file VERSION=$( awk '{ if ($1 == "'${COMP}'") { print $2; } }' components.txt ) |