/etc/skel/.zshrc: always set 'setopt local_options' if using 'setopt errreturn'. 0.1-28
authorMichael Prokop <mika@grml.org>
Sat, 28 Oct 2006 08:56:42 +0000 (10:56 +0200)
committerMichael Prokop <mika@grml.org>
Sat, 28 Oct 2006 08:56:42 +0000 (10:56 +0200)
debian/changelog
etc/skel/.zshrc

index fd50aa2..a219fcc 100644 (file)
@@ -1,3 +1,10 @@
+grml-etc-core (0.1-28) unstable; urgency=low
+
+  * /etc/skel/.zshrc: always set 'setopt local_options' if
+    using 'setopt errreturn'.
+
+ -- Michael Prokop <mika@grml.org>  Fri, 27 Oct 2006 11:55:54 +0200
+
 grml-etc-core (0.1-27) unstable; urgency=low
 
   * /etc/grml/screenrc*: set shell to /bin/zsh instead of zsh,
index a1f5423..a090111 100644 (file)
 
 # get x-lite voip software
   getxlite() {
+    setopt local_options
     setopt errreturn
     [ -d ~/tmp ] || mkdir ~/tmp
     cd ~/tmp
 
 # get skype
   getskype() {
+    setopt local_options
     setopt errreturn
     echo "Downloading debian package of skype."
     echo "Notice: If you want to use a more recent skype version run 'getskypebeta'."
 
 # get beta-version of skype
   getskypebeta() {
+    setopt local_options
     setopt errreturn
     echo "Downloading debian package of skype (beta version)."
     wget http://www.skype.com/go/getskype-linux-beta-deb
 
 # get gzimo (voicp software)
   getgizmo() {
+    setopt local_options
     setopt errreturn
     echo "gconf2-common and libgconf2-4 have to be available. Installing therefor."
     $SUDO apt-get update
 
 # get AIR - Automated Image and Restore
   getair() {
+    setopt local_options
     setopt errreturn
     [ -w . ] || { echo 'Error: you do not have write permissions in this directory. Exiting.' ; return 1 }
     local VER='1.2.8'