]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
shell/env: Remove unnecessary "function".
authorSimon Ruderich <simon@ruderich.org>
Sat, 24 Jul 2010 08:59:30 +0000 (10:59 +0200)
committerSimon Ruderich <simon@ruderich.org>
Sat, 24 Jul 2010 08:59:30 +0000 (10:59 +0200)
shell/env

index a9163179c41d755a8a013d3d606f5794f0e26001..0e15e780a56316c47372b03bb942401409137e64 100644 (file)
--- a/shell/env
+++ b/shell/env
@@ -5,7 +5,7 @@
 #
 # Doesn't fit perfectly in this file, but this is the best place to make it
 # available everywhere.
-function source_debug {
+source_debug() {
     if [ x$DEBUG != x ]; then
         echo $@
     fi
@@ -119,7 +119,7 @@ export LSCOLORS
 # available everywhere.
 #
 # If DEBUG is set to a non empty value additional debug output is printed.
-function source_config {
+source_config() {
     # Path to the file to source and its local counterpart.
     if [ x$4 != x ]; then
         source_file=$1/$2/$3.$4