Sophie

Sophie

distrib > Mageia > 5 > x86_64 > media > core-release > by-pkgid > 13f5dcef5358e9d5a2a5a1ae6baf28fc > files > 177

gtkdialog-0.8.3-1.mga5.x86_64.rpm

#!/bin/sh

## Includes.

## Get a value from the rcfile.
## On entry: $1 = name
##  On exit: echoes value

funcrcfileGet() {
	local value

	value="`grep \"^$1=\" $LOCAL_DATA_DIR/${TARGET}rc`"
	echo ${value#*=}
}