1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-30 10:38:37 +00:00
freebsd-ports/games/retroarch/files/patch-qb_qb.params.sh
Dmitry Marakasov 30f674b096 - Update to 1.3.6
PR:		211167
Submitted by:	yuri@rawbw.com, lightside@gmx.com
Approved by:	yuri@rawbw.com (maintainer)
2016-08-23 11:14:37 +00:00

15 lines
320 B
Bash

--- qb/qb.params.sh.orig 2016-07-15 20:24:15 UTC
+++ qb/qb.params.sh
@@ -79,7 +79,10 @@ parse_input() # Parse stuff :V
opt_exists "${arg%%=*}" "$1"
eval "$opt=\"$val\""
;;
- -h|--help) print_help; exit 0;;
+ --x-*)
+ ;;
+ --build*)
+ ;;
*) echo "Unknown option $1"; exit 1;;
esac
shift