summarylogtreecommitdiffstats
path: root/install
diff options
context:
space:
mode:
authorBrLi2021-01-11 20:51:17 +0800
committerBrLi2021-01-11 20:51:17 +0800
commita3b323becef3f85340b3e26e87933d5b9daca33f (patch)
tree745414938e6e112982ac7c7a5168c1740c612096 /install
parenta5e2d604768de962f4ffbf5e17a05d2cd7776a97 (diff)
downloadaur-a3b323becef3f85340b3e26e87933d5b9daca33f.tar.gz
remove prepare() line about zh-tw installation, use printf for install file
Diffstat (limited to 'install')
-rw-r--r--install8
1 files changed, 4 insertions, 4 deletions
diff --git a/install b/install
index 134c25522f13..5c98efe9d409 100644
--- a/install
+++ b/install
@@ -1,8 +1,8 @@
post_upgrade() {
if (( $(vercmp $2 1.8.4-3) < 0)); then
- msg 'There are fix for pandoc export command'
- msg 'In order to use the new command, make sure to "reset" it once under Advanced tab of Preference'
- msg 'Or, if it contains customizations,'
- msg 'Replace `--citeproc --bibliography "$bibliography$"` with `$bibliography$`.'
+ printf 'There are fix for pandoc export command'
+ printf 'In order to use the new command, make sure to "reset" it once under Advanced tab of Preference'
+ printf 'Or, if it contains customizations,'
+ printf 'Replace `--citeproc --bibliography "$bibliography$"` with `$bibliography$`.'
fi
}