Skip to content

Commit

Permalink
fix(build): remove usage of realpath
Browse files Browse the repository at this point in the history
  • Loading branch information
socsieng committed Jun 19, 2021
1 parent 0866a26 commit c9019d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/bottle.sh
Expand Up @@ -5,8 +5,8 @@ set -e
cwd=`pwd`
script_folder=`cd $(dirname $0) && pwd`
version=${1:-`cat $script_folder/../version.txt`}
formula_template=`realpath $script_folder/../Formula/sendkeys_template.rb`
formula=`realpath $script_folder/../Formula/sendkeys.rb`
formula_template=$script_folder/../Formula/sendkeys_template.rb
formula=$script_folder/../Formula/sendkeys.rb
url="file://$cwd/sendkeys.tar.gz"
sed_url=`echo $url | sed 's/\\//\\\\\//g'`

Expand Down

0 comments on commit c9019d7

Please sign in to comment.