From 828874b5c27ede33b108d15dddd1ffedb7a91cd8 Mon Sep 17 00:00:00 2001 From: Pat Riehecky Date: Jun 26 2014 19:37:41 +0000 Subject: May want to set defaults from the override file --- diff --git a/show_possible_srpms.sh b/show_possible_srpms.sh index 1dbf492..5f5fb93 100755 --- a/show_possible_srpms.sh +++ b/show_possible_srpms.sh @@ -39,16 +39,16 @@ warn () { RHELAUTHOR="CentOS Buildsys " -# for setting any overrides, such as RHELAUTHOR -if [ -f /etc/centos-git-common ]; then - . /etc/centos-git-common -fi - RHELONLY=0 QUIET=0 WITHCOMMITHASH=0 BRANCH="" +# for setting any overrides, such as RHELAUTHOR or default BRANCH +if [ -f /etc/centos-git-common ]; then + . /etc/centos-git-common +fi + ##################################################################### # setup args in the right order for making getopt evaluation # nice and easy. You'll need to read the manpages for more info