Skip to content

(simple fix) macOS chmod doesn't support --recursive flag.#739

Merged
jmchilton merged 1 commit intogalaxyproject:masterfrom
dfornika:patch-1
Oct 13, 2017
Merged

(simple fix) macOS chmod doesn't support --recursive flag.#739
jmchilton merged 1 commit intogalaxyproject:masterfrom
dfornika:patch-1

Conversation

@dfornika
Copy link
Contributor

When launching planemo serve --engine docker_galaxy ... the following error msg appears on macOS:

chmod: illegal option -- -
usage:	chmod [-fhv] [-R [-H | -L | -P]] [-a | +a | =a  [i][# [ n]]] mode|entry file ...
	chmod [-fhv] [-R [-H | -L | -P]] [-E | -C | -N | -i | -I] file ...

Use -R instead of --recursive for better portability.

When launching `planemo serve --engine docker_galaxy ...` the following error msg appears on macOS:

```
chmod: illegal option -- -
usage:	chmod [-fhv] [-R [-H | -L | -P]] [-a | +a | =a  [i][# [ n]]] mode|entry file ...
	chmod [-fhv] [-R [-H | -L | -P]] [-E | -C | -N | -i | -I] file ...
```

Use `-R` instead of `--recursive` for better portability.
@dfornika dfornika closed this Oct 2, 2017
@dfornika dfornika reopened this Oct 2, 2017
@jmchilton
Copy link
Member

Great - thanks so much!

@jmchilton jmchilton merged commit 3242bc7 into galaxyproject:master Oct 13, 2017
@dfornika dfornika deleted the patch-1 branch October 13, 2017 20:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants