- give warning for old options instead of error
OBS-URL: https://build.opensuse.org/package/show/X11:common:Factory/update-desktop-files?expand=0&rev=35
This commit is contained in:
parent
b55411cec7
commit
b782303b54
@ -121,7 +121,17 @@ while [ "${1:0:1}" = "-" ]; do
|
||||
GNAME="${1}"
|
||||
shift
|
||||
continue;;
|
||||
*)
|
||||
--basedir)
|
||||
echo "WARNING: basedir is no longer supported"
|
||||
shift
|
||||
shift
|
||||
continue;;
|
||||
--project)
|
||||
echo "WARNING: project is no longer supported"
|
||||
shift
|
||||
shift
|
||||
continue;;
|
||||
*)
|
||||
echo "UNKNOWN OPTION: $1"
|
||||
usage 1 ;;
|
||||
esac
|
||||
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 16 10:20:44 UTC 2011 - coolo@suse.com
|
||||
|
||||
- give warning for old options instead of error
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 16 09:49:24 UTC 2011 - coolo@suse.com
|
||||
|
||||
|
@ -15,6 +15,7 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
Name: update-desktop-files
|
||||
Version: 12.1
|
||||
Release: 0
|
||||
|
Loading…
x
Reference in New Issue
Block a user