summaryrefslogtreecommitdiff
path: root/etc/functions/extr
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2008-11-22 12:22:33 +0100
committerDaniel Friesel <derf@derf.homelinux.org>2008-11-22 12:22:33 +0100
commitd6fcab291135c77c832a58b39d0909433af89c05 (patch)
tree7bf12ce9c7860c90a61483d4cb408ac1963ed7d5 /etc/functions/extr
parentc4ab78acd3931f1d9970a4b66f62dc211f489d27 (diff)
Cleaned up / updated file headers
Diffstat (limited to 'etc/functions/extr')
-rw-r--r--etc/functions/extr2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/functions/extr b/etc/functions/extr
index b3d5f33..444b237 100644
--- a/etc/functions/extr
+++ b/etc/functions/extr
@@ -2,7 +2,7 @@
## vim:ft=zsh
function confirm_shar {
- echo -ne "${warn}shar archives are shell scripts and can easily contain malicious code.${reset} Proceed/ [y/N] "
+ echo -ne "${warn}shar archives are shell scripts and can easily contain malicious code.${reset} Proceed? [y/N] "
read -q
}