We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ba36e8 commit 366e74fCopy full SHA for 366e74f
Makefile
@@ -67,7 +67,6 @@ define step
67
if [ -d "$(LOCAL)/venv" ]; then
68
source "$(LOCAL)/venv/bin/activate"
69
fi
70
-
71
@bash $(LOCAL)/steps/$(1).sh
72
echo "Finished$$("$${LOCAL}/help/tdiff.sh" "$${start}")"
73
endef
help/gnu-utils.sh
@@ -44,8 +44,6 @@ realpath() {
44
command realpath "$@"
45
46
}
47
48
49
export -f realpath
50
51
date() {
@@ -57,8 +55,4 @@ date() {
57
55
command date "$@"
58
56
59
60
61
-export -f date
62
63
64
+export -f date
0 commit comments