ObjFW  Check-in [20d39260d9]

Overview
Comment:objfw-config: Never output more than one line.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | 0.7
Files: files | file ages | folders
SHA3-256: 20d39260d954afb3f6818962dd3846d083ebbd117fd3d69c8f39aabbe6f0bf9b
User & Date: js on 2012-12-19 22:20:32
Other Links: branch diff | manifest | tags
Context
2020-05-23
16:47
Close 0.7 branch Closed-Leaf check-in: 7f5fc4b14c user: js tags: 0.7
2012-12-19
22:20
objfw-config: Never output more than one line. check-in: 20d39260d9 user: js tags: 0.7
2012-12-11
12:14
OFTCPSocket: Fix a bug in -[accept]. check-in: 37e165aaf6 user: js tags: 0.7
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