Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=1344af058823a74a0c591656045a035aca34f556

commit 1344af058823a74a0c591656045a035aca34f556
Author: Michel Hermier <herm...@frugalware.org>
Date:   Sun Jan 23 22:27:51 2011 +0100

util.sh

* Fix some style/encoding problems.

diff --git a/source/include/util.sh b/source/include/util.sh
index 2f6b357..73ef930 100644
--- a/source/include/util.sh
+++ b/source/include/util.sh
@@ -135,8 +135,7 @@ Fcpvar() {
# * Fuse(): Checks a use variable. Parameter: a use variable value or the use
# variable name. Example: Fuse DEVEL and Fuse $USE_DEVEL are equivalent.
###
-Fuse()
-{
+Fuse() {
local use
Fcpvar use "USE_$1"
if [ "$use" = "n" ]; then
@@ -1218,7 +1217,7 @@ Flastdir() {
if [ -z "$1" ]; then
Flastarchive '/'
else
-               # The trailing '/' in the url is here to avoid a redirection
+               # The trailing '/' in the url is here to avoid a redirection
# bug in Fwcat.
Flastarchive "$1/" '/'
fi
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to