mirror of
https://github.com/xodio/xod.git
synced 2026-03-25 18:16:55 +01:00
Merge pull request #1440 from xodio/fix-docs-screenshoter-script
Fix screenshoter script for docs to run properly on MacOS
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
export SHOT="$(dirname "$(readlink -f "$0")")/screenshot-xodball"
|
||||
SHOT="$(cd "$(dirname "$0")"; pwd)/screenshot-xodball"
|
||||
export SHOT
|
||||
find . -iname "update-screenshots.sh" \
|
||||
-execdir sh -c 'pwd && ./update-screenshots.sh' \;
|
||||
-execdir sh -c 'pwd && ./update-screenshots.sh' \;
|
||||
|
||||
Reference in New Issue
Block a user