[backfire] merge r22997
[10.03/openwrt.git] / target / imagebuilder / files / opkg-generate-config.sh
index d8fb0e4..b2047a0 100755 (executable)
@@ -32,7 +32,7 @@ rm -f $TOPDIR/tmp/opkg.conf
 
 [ -f $TOPDIR/repositories.conf ] && \
        $TOPDIR/staging_dir/host/bin/sed \
-               -n -e "s/\$A/$PKGARCH/g" -e "/^[[:space:]*]src/p" \
+               -n -e "s/\$A/$PKGARCH/g" -e "/^[[:space:]]*src/p" \
                $TOPDIR/repositories.conf > $TOPDIR/tmp/opkg.conf
 
 cat <<EOT >> $TOPDIR/tmp/opkg.conf