projects
/
rrq
/
overlay-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
56d0e97
)
capture calling action
author
Ralph Ronnquist
<ralph.ronnquist@gmail.com>
Sun, 3 Apr 2022 11:41:09 +0000
(21:41 +1000)
committer
Ralph Ronnquist
<ralph.ronnquist@gmail.com>
Sun, 3 Apr 2022 11:41:09 +0000
(21:41 +1000)
functions
patch
|
blob
|
history
diff --git
a/functions
b/functions
index 45a634a1e575395e86c8457b342e3b2a39d5cc98..2cc9639ad68c7f97455b404321dcf211c07d490f 100644
(file)
--- a/
functions
+++ b/
functions
@@
-3,6
+3,8
@@
# Rerun with sudo if needed
[ $(id -u) = 0 ] || exec sudo $0 $@
+export ACTION="$(basename $0)"
+
# Function to write a message and exit with error code
die() {
echo "$*" >&2