X-Git-Url: http://gitweb/?a=blobdiff_plain;f=pkgmk-cross;h=f5ecafce82438384bb913b7f98298a9db6e51e94;hb=041eea8cb3a02bc37b7da78cd7b70008cca5bd21;hp=49d0065e83c031a72ba17fc5e747f6ea83efae26;hpb=ab4e8070fd71abf676518a2e5fddee35095b6cd2;p=pkgutils-cross.git diff --git a/pkgmk-cross b/pkgmk-cross index 49d0065..f5ecafc 100755 --- a/pkgmk-cross +++ b/pkgmk-cross @@ -19,7 +19,7 @@ while [ "$1" ]; do done if [ ! -z "$PKGMK_OPTIMIZE" ]; then - _cflags="$(grep "^${PKGMK_OPTIMIZE}_CFLAGS=" $PKGMK_CONF | cut -d'=' -f2- | sed 's|"||g')" + _cflags="$(grep "^${PKGMK_OPTIMIZE}_CFLAGS=" $PKGMK_CONF | cut -d'=' -f2- | sed 's|"||g')" if [ ! -z "$_cflags" ]; then sed '/_CFLAGS=/d' $PKGMK_CONF | sed "s|CFLAGS=.*|CFLAGS=\"$_cflags\"|" > $TMP_CONF PKGMK_CONF="$TMP_CONF"