16 Commits

Author SHA1 Message Date
Olivier Mehani
e495e11e3b
Makefile fixes
* Move to the root of the repo
* Make the install script executable
* Add install targets to the Makefile (defaults to install-unix,
	install-windows not actually tested)
* Update doc

Signed-off-by: Olivier Mehani <olivier.mehani@learnosity.com>
2018-08-23 14:33:53 +10:00
5bentz
67877fe123 Prevent globbing of file paths 2018-06-22 00:54:20 +02:00
Thomas Vogt
fc99c2c875 Escape @ characters in paths for use with sed, fix #13 2018-04-05 11:26:30 +02:00
Olivier Mehani
5799795fe5
Don't rely on sed's OS-specific behaviour
Signed-off-by: Olivier Mehani <olivier.mehani@learnosity.com>
2018-04-04 11:02:22 +10:00
Olivier Mehani
77f8dbbd66
Be POSIX sh compatible
Signed-off-by: Olivier Mehani <olivier.mehani@learnosity.com>
2018-04-04 11:02:21 +10:00
Olivier Mehani
e9c729e071
Install a functional host helper on OS X
Signed-off-by: Olivier Mehani <olivier.mehani@learnosity.com>
2018-04-04 11:02:20 +10:00
Thomas Vogt
d26f22d6e7
Merge pull request #10 from khinsen/fix-for-macos
Make sed usage compatible with BSD-style seds
2018-04-01 10:28:37 +02:00
Wenxuan Zhao
d0527d80ba
Fix: Use in-place edit option that works for Linux, macOS, and OpenBSD
Signed-off-by: Wenxuan Zhao <viz@linux.com>
2018-03-31 20:06:03 -07:00
Konrad Hinsen
25b238ea14 Make sed usage compatible with BSD-style seds 2018-03-30 15:58:21 +02:00
Wesley Moore
9a364e1c6b Use BSD style sed for BSD systems as well as macOS 2018-03-26 07:31:05 +11:00
Wesley Moore
827b71dad6 Fix syntax error using BSD flavored sed for macOS 2018-03-26 07:04:07 +11:00
5bentz
b3ce9e77dd Pref vars to uppercase (Pythonic constants) 2018-03-25 19:13:37 +02:00
5bentz
ac4b33830a Rewrite subprocess run (Python >= 3.5) 2018-03-25 17:49:14 +02:00
5bentz
799507372c Fix stdin test & rename it for prevention 2018-03-25 17:44:24 +02:00
Thomas Vogt
c23d21b0a6 Separate positional from optional arguments 2018-03-24 18:45:58 +01:00
Thomas Vogt
f8321af2d2 Initial commit. 2018-03-24 12:42:44 +01:00