GardenTools (Garden Tools)
- Login: GardenTools
- Registered on: 06/30/2018
- Last sign in: 07/07/2018
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
07/04/2018
-
11:20 PM Ruby Bug #14884: msys2 mingw32 'rake' has unexpected text at top of file
- > Try changing line 4 from `};{#` to `};{ #` (add a space before #). Worked for me in a Git bash shell running `rake --help`.
> ...
I'm using msys2's bash (with ruby installed via msys2's package manager). Putting a space there (or ind... -
06:50 AM Ruby Bug #14884: msys2 mingw32 'rake' has unexpected text at top of file
- Error message is
/c/Ruby25/bin/rake: line 4: {#: command not found
07/02/2018
-
09:27 PM Ruby Bug #14884: msys2 mingw32 'rake' has unexpected text at top of file
- Hi Greg,
> Assuming you're running from a cmd/ps shell. Looking at the first few lines of the script, it may also run with a bash shell...
The difficulty is running from bash, which finds 'rake' (and becomes confused when it tries...
06/30/2018
-
08:19 AM Ruby Bug #14884 (Feedback): msys2 mingw32 'rake' has unexpected text at top of file
- 'rake' from mingw-w64-i686-ruby 2.5.1-1 has what looks like fragments of a batch file and a shell script as the first few lines of what should be just shell that calls ruby. The shebang on line 9 clearly should be the first line.
The fi...