diff options
Diffstat (limited to 'mockit')
-rwxr-xr-x | mockit | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -54,6 +54,8 @@ esac if [ -f $srpmdir/$SRPM ]; then SRPM=$srpmdir/$SRPM +elif [ -f $PWD/$SRPM ]; then + SRPM=$PWD/$SRPM elif [ ! -f $SRPM ]; then echo "file not found '$SRPM'" exit 1 |