Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 573732
Collapse All | Expand All

(-)speech-dispatcher-0.8.3/git-version-gen (-1 / +4 lines)
Lines 86-92 Link Here
86
    v=`cat $tarball_version_file` || exit 1
86
    v=`cat $tarball_version_file` || exit 1
87
    case $v in
87
    case $v in
88
	*$nl*) v= ;; # reject multi-line output
88
	*$nl*) v= ;; # reject multi-line output
89
	[0-9]*) ;;
89
	[0-9]*)
90
		echo "$v" | tr -d '\012'
91
		exit 0
92
		;;
90
	*) v= ;;
93
	*) v= ;;
91
    esac
94
    esac
92
    test -z "$v" \
95
    test -z "$v" \

Return to bug 573732