ObjFW  Check-in [bd6a799986]

Overview
Comment:objfw-config: Never output more than one line.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: bd6a7999862962d7e900c76763d3d6142d7b6baa08af20acac2cae797b4fa3c6
User & Date: js on 2012-12-19 22:19:51
Other Links: manifest | tags
Context
2012-12-20
01:10
Move block structs and functions to block.h. check-in: b5e1ba0f94 user: js tags: trunk
2012-12-19
22:19
objfw-config: Never output more than one line. check-in: bd6a799986 user: js tags: trunk
20:55
Make it possible to cancel async requests. check-in: dc7b33cd6b user: js tags: trunk
Changes

Modified utils/objfw-config.in from [3c9051eb2a] to [59f3090fde].

156
157
158
159
160
161
162
163
164
165
166


			printf "%s" "$VERSION"
			;;
		*)
			echo "Invalid option: $1" 1>&2
			exit 1
			;;
	esac
	echo

	shift
done









|

|

>
>
156
157
158
159
160
161
162
163
164
165
166
167
168
			printf "%s" "$VERSION"
			;;
		*)
			echo "Invalid option: $1" 1>&2
			exit 1
			;;
	esac
	shift

	test ! -z "$1" && printf " "
done

echo