Subversion Repositories configs

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
136 - 1
# Configuration file for rpmdev-newspec                              -*- sh -*-
2
 
3
# Set NEWSPEC_PREFER_MACROS to a non-empty value if you prefer macro style
4
# variables over shell style ones.
5
#
6
NEWSPEC_PREFER_MACROS=
7
 
8
# Source user configuration
9
if [ -f "$HOME/.config/rpmdevtools/newspec.conf" ] ; then
10
    . "$HOME/.config/rpmdevtools/newspec.conf"
11
fi