Skip to content

Commit 9820fb6

Browse files
cvaskekmoad
authored andcommitted
mac build: fix bug in sed command
1 parent 5fb953c commit 9820fb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.build/mac/make.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ cp $APPDIR/Contents/Info.plist $RESDIR/Info.plist.bak
3737
plutil -replace CFBundleShortVersionString -string $1 $APPDIR/Contents/Info.plist
3838

3939
cd $RESDIR/bin
40-
sed -i '' e '1s=^.*python=#!/usr/bin/env python=' -e '1s/$/ -I/' oc
40+
sed -i '' -e '1s=^.*python=#!/usr/bin/env python=' -e '1s/$/ -I/' oc

0 commit comments

Comments
 (0)