[EMAIL PROTECTED] wrote: > On Friday 17 February 2006 11:28, Andrea Fino wrote: > > > > /usr/local/sbin/visdn_configurator: line 106: conditional binary > > operator expected > > /usr/local/sbin/visdn_configurator: line 106: syntax error near `=~' > > /usr/local/sbin/visdn_configurator: line 106: ` if [[ $LINE =~ > > '</(.*)>' ]]; then' > > > > It's happening on a debian sarge. > > Debian Sarge does not have bash 3.0, does it? > bash 3 is required for visdn_configurator
It does, as an optional package, though. Install bash3 and change the first line of visdn_configurator to #! /bin/bash3 Tobias _______________________________________________ Visdn-hackers mailing list [email protected] https://mailman.uli.it/mailman/listinfo/visdn-hackers
