This repository was archived by the owner on Mar 27, 2020. It is now read-only.
Commit 7cb9365
Fixed 'make install' generating wrong dropbox wrapper script (#3)
`make install` created the dropbox wrapper script with the wrong first
line: -e #!/bin/bash
This patch replaced the echo in the Makefile with a copy of an external
file. The new dropbox file uses `dirname` to be path-agnostic.1 parent 8a505b2 commit 7cb9365
2 files changed
Lines changed: 6 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | | - | |
| 14 | + | |
16 | 15 | | |
17 | 16 | | |
18 | 17 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
0 commit comments