Overview
Comment: | objfw-config: Make sure there always is a space.
Otherwise a space might be missing when specifying multiple flags at |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
fb807e2e3ca46f8b52570ac8be7866f8 |
User & Date: | js on 2012-07-11 09:20:57 |
Other Links: | manifest | tags |
Context
2012-07-11
| ||
13:56 | Get the number of CPUs on QNX. check-in: 3d1d05df3c user: js tags: trunk | |
09:20 | objfw-config: Make sure there always is a space. check-in: fb807e2e3c user: js tags: trunk | |
09:01 | Remove old defines from objfw-defs.h.in. check-in: 15262133cf user: js tags: trunk | |
Changes
Modified utils/objfw-config.in from [9945c335f4] to [cdeafacfa8].
︙ | ︙ | |||
153 154 155 156 157 158 159 160 161 162 163 164 | printf "%s" "$VERSION" ;; *) echo "Invalid option: $1" 1>&2 exit 1 ;; esac shift done echo | > | 153 154 155 156 157 158 159 160 161 162 163 164 165 | printf "%s" "$VERSION" ;; *) echo "Invalid option: $1" 1>&2 exit 1 ;; esac printf " " shift done echo |