Skip to content

Commit

Permalink
Move into the same folder as the make script
Browse files Browse the repository at this point in the history
This allows the relative paths to work.
  • Loading branch information
simonwelsh committed Sep 4, 2013
1 parent af926a4 commit 397de1e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions makedoc.sh
@@ -1,5 +1,8 @@
#!/bin/sh

# Move to the base folder
cd $(dirname "$0");

# master
if [ -d src/master/cms/.git ]; then
(cd src/master/cms && git pull)
Expand Down

0 comments on commit 397de1e

Please sign in to comment.