[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdebase
From:       Thiago Macieira <thiago () kde ! org>
Date:       2005-04-06 19:36:32
Message-ID: 20050406193632.7A15B63E () office ! kde ! org
[Download RAW message or body]

CVS commit by thiago: 

Reversing the commit that changed . into source.
Apparently, the BSD sh accepts . *only*. It was the bug reporter's
system that had something different, and that we do not support.

CCBUG:103356


  M +1 -1      startkde   1.159


--- kdebase/startkde  #1.158:1.159
@@ -152,5 +152,5 @@
 for prefix in `echo "$exepath" | sed -e 's^/bin/^/env/^g;s^:^ ^g'`; do
   for file in "$prefix"*.sh; do
-    test -r "$file" && source "$file"
+    test -r "$file" && . "$file"
   done
 done


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic