Skip to content

Commit 8bbb431

Browse files
committed
Release 0.9.11 #62
1 parent 96bebb7 commit 8bbb431

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Diff for: Makesurefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
@define NEXT_VERSION="0.9.10"
2+
@define NEXT_VERSION="0.9.11"
33
@define TUSH_REPO=https://github.com/adolfopa/tush
44

55
@define GOAWK_VERSION=1.8.1

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ By default, all scripts inside goals are executed with `bash`. If you want to us
6464

6565
```
6666
$ ./makesure -h
67-
makesure ver. 0.9.10
67+
makesure ver. 0.9.11
6868
Usage: makesure [options...] [-f buildfile] [goals...]
6969
-f,--file buildfile
7070
set buildfile to use (default Makesurefile)

Diff for: makesure

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
22
if command -v gawk >/dev/null;then makesure_awk='gawk -ltime -v Gawk=1';makesure_pre='';else makesure_awk=awk;makesure_pre='function gettimeofday(){}';fi
3-
exec $makesure_awk -v "Version=0.9.10" -v "Prog=$0" "$makesure_pre"'
3+
exec $makesure_awk -v "Version=0.9.11" -v "Prog=$0" "$makesure_pre"'
44
BEGIN {
55
Shell = "bash"
66
SupportedShells["bash"]

Diff for: makesure_candidate

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
22
if command -v gawk >/dev/null;then makesure_awk='gawk -ltime -v Gawk=1';makesure_pre='';else makesure_awk=awk;makesure_pre='function gettimeofday(){}';fi
3-
exec $makesure_awk -v "Version=0.9.10" -v "Prog=$0" "$makesure_pre"'
3+
exec $makesure_awk -v "Version=0.9.11" -v "Prog=$0" "$makesure_pre"'
44
BEGIN {
55
Shell = "bash"
66
SupportedShells["bash"]

0 commit comments

Comments
 (0)