Browse Source

fix a small typo in sed pattern

SVN-Revision: 22997
Jo-Philipp Wich 15 years ago
parent
commit
ee81bb7cdb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      target/imagebuilder/files/opkg-generate-config.sh

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

@@ -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