mirror of
https://github.com/libretro/scummvm.git
synced 2025-04-02 14:51:40 +00:00
ANDROID: Fix mkplugin.sh freezing with bash
dash apparently works fine
This commit is contained in:
parent
1545745281
commit
b0f961924a
@ -11,6 +11,6 @@ TEMPLATE=$3
|
||||
PLUGIN_VERSION_CODE=$4
|
||||
TARGET=$5
|
||||
|
||||
PLUGIN_DESC=`sed -n "s/add_engine\s$PLUGIN_NAME\s\"\(.\+\)\"\s.*/\1/p"` < $CONFIGURE
|
||||
PLUGIN_DESC=`sed -n "s/add_engine\s$PLUGIN_NAME\s\"\(.\+\)\"\s.*/\1/p" < $CONFIGURE`
|
||||
|
||||
sed "s|@PLUGIN_NAME@|$PLUGIN_NAME|;s|@PLUGIN_VERSION_CODE@|$PLUGIN_VERSION_CODE|;s|@PLUGIN_DESC@|$PLUGIN_DESC|" < $TEMPLATE > $TARGET
|
||||
|
Loading…
x
Reference in New Issue
Block a user