We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7a17efd + 0bdb7d7 commit 03c5bd9Copy full SHA for 03c5bd9
CHANGELOG.md
@@ -26,6 +26,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
26
27
### Fixed
28
- Small code adjustment;
29
+- Fixed issue-10 when installing dockerizer
30
31
## [0.2.0] - 2021-07-19
32
bin/onlinesetup
@@ -18,7 +18,7 @@ function git_init() {
18
19
function makefile_init() {
20
MakeFile=${1:-$(pwd)/Makefile}
21
- touch -c "$MakeFile"
+ touch "$MakeFile"
22
if ! grep -qF 'include ./.dockerizer/dockerizer.mk' "$MakeFile"; then
23
echo -e "include ./.dockerizer/dockerizer.mk\n\n$(cat "$MakeFile")" > "$MakeFile"
24
fi
0 commit comments