Revert "olsr: init: JOW IS THE BEST !!!"

This reverts commit 2bc5304b69.
This commit is contained in:
Bastian Bittorf 2013-04-19 16:00:22 +02:00
parent 2bc5304b69
commit 7d9d64d35f
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