olsr: init: JOW IS THE BEST !!!

This commit is contained in:
Bastian Bittorf 2013-04-19 15:57:55 +02:00
parent ea04190617
commit 2bc5304b69
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ log() {
error() {
log "ERROR: $@"
}
validate_varname() {
local varname="$1"
[ -z "$varname" -o "$varname" != "${varname%%[!A-Za-z0-9_]*}" ] && return 1