Current do_dchroot script in howto doesn't work with ' in parameters.
This is what I use:

#!/bin/bash

for (( i=1; $i<=$#; i=$i+1 )); do
  esc[$i]=$(sed -e 's#\([^[:alnum:]]\)#\\\1#g' <<<${!i})
done

exec dchroot -c ia32 -d "$(basename $0)" "[EMAIL PROTECTED]"

maybe it escapes little to much, but it works.

-- 
 Me


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to