fix a small typo in sed pattern
authorJo-Philipp Wich <jow@openwrt.org>
Fri, 10 Sep 2010 15:40:42 +0000 (15:40 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Fri, 10 Sep 2010 15:40:42 +0000 (15:40 +0000)
SVN-Revision: 22997

target/imagebuilder/files/opkg-generate-config.sh

index d8fb0e40653b2598914ded34e9e9c005853f8131..b2047a0d45aa96cd4475018d70d9ec1f9dc26f54 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