projects
/
carnet-upgrade.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f4093d3
)
Log package version on start.
author
Valentin Vidic
<Valentin.Vidic@CARNet.hr>
Thu, 4 Sep 2008 12:10:41 +0000
(14:10 +0200)
committer
Valentin Vidic
<Valentin.Vidic@CARNet.hr>
Thu, 4 Sep 2008 12:10:41 +0000
(14:10 +0200)
src/functions.sh
patch
|
blob
|
history
diff --git
a/src/functions.sh
b/src/functions.sh
index
4512ee6
..
8792723
100644
(file)
--- a/
src/functions.sh
+++ b/
src/functions.sh
@@
-6,6
+6,7
@@
notice () {
}
first_warning () {
+ log "$version"
LC_MESSAGES=hr_HR dialog --backtitle "$title" --yesno "$msg_first_warning" 18 75
if [ $? -ne 0 ]; then
log "Upgrade canceled."