summarylogtreecommitdiffstats
path: root/bash-timer.install
diff options
context:
space:
mode:
Diffstat (limited to 'bash-timer.install')
-rw-r--r--bash-timer.install7
1 files changed, 3 insertions, 4 deletions
diff --git a/bash-timer.install b/bash-timer.install
index 819859cee66a..a4ecca934657 100644
--- a/bash-timer.install
+++ b/bash-timer.install
@@ -10,12 +10,11 @@ post_install() {
> # Define timer callback functions
> [[ -f $bash_timer_path ]] && source $bash_timer_path
> # Register callback functions with bash-preexec
-> [[ -f $preexec_path ]] && source $preexec_path
+> [[ -f $preexec_path ]] && source $preexec_path
>
-$ echo \"#\n# bash-timer\n#\" >> /etc/bash.bashrc
$ echo \"[[ -f $bash_timer_path ]] && source $bash_timer_path\" >> /etc/bash.bashrc
-$ echo \"[[ -f $preexec_path ]] && source $preexec_path\" >> /etc/bash.bashrc
+$ echo \"[[ -f $preexec_path ]] && source $preexec_path\" >> /etc/bash.bashrc
"
}
@@ -26,4 +25,4 @@ post_remove() {
> To complete removal, remove the 'source' directives from your bashrc.
>
"
-} \ No newline at end of file
+}