Accepting request 51134 from home:RedDwarf:branches:openSUSE:Tools

thanks a lot

OBS-URL: https://build.opensuse.org/request/show/51134
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/obs-service-tar_scm?expand=0&rev=2
This commit is contained in:
Adrian Schröter 2010-10-21 07:34:42 +00:00 committed by Git OBS Bridge
parent 7555208076
commit 6f92539dc3
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Oct 20 16:27:25 UTC 2010 - reddwarf@opensuse.org
- Fix --filename parameter use
-------------------------------------------------------------------
Fri Sep 3 10:31:32 UTC 2010 - adrian@suse.de

View File

@ -53,7 +53,7 @@ while test $# -gt 0; do
shift
done
FILE="$FILENAME"
FILE="$MYFILENAME"
VERSION="$MYVERSION"
if [ -z "$MYSCM" ]; then