summaryrefslogtreecommitdiff
path: root/etc/functions/extr
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2009-03-21 12:47:33 +0100
committerDaniel Friesel <derf@derf.homelinux.org>2009-03-21 12:47:33 +0100
commit11fc1ffd3d33cf511ec7b0bef7c5e9ed58e9309d (patch)
treef9128ffd03e0157e4192955752bd25b59ad4ede2 /etc/functions/extr
parentb21a30a7c0f20993d41a3a45c17623b799a13b46 (diff)
Removed etc/colors
Diffstat (limited to 'etc/functions/extr')
-rwxr-xr-xetc/functions/extr2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/functions/extr b/etc/functions/extr
index 4f0100d..f335dc6 100755
--- 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 "\e[1;33mshar archives are shell scripts and can easily contain malicious code.\e[0m Proceed? [y/N] "
read -q
}