aboutsummaryrefslogtreecommitdiffstats
path: root/bin/update_po_header.bash
diff options
context:
space:
mode:
authorMatthew Somerville <matthew-github@dracos.co.uk>2016-10-26 21:54:32 +0100
committerMatthew Somerville <matthew@mysociety.org>2016-11-08 11:38:37 +0000
commitb7c33b2f0af8f97cc2789b5166e18afddbb411c7 (patch)
treef579c1bfe149508e29d2b9ce01cdc136c9f2514a /bin/update_po_header.bash
parent37ed4d4aae659db14f77d96e5da8e2deb922860d (diff)
Update script directory changing so works on Macs.
Diffstat (limited to 'bin/update_po_header.bash')
-rwxr-xr-xbin/update_po_header.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/update_po_header.bash b/bin/update_po_header.bash
index 2f37ad5d3..65468bc5c 100755
--- a/bin/update_po_header.bash
+++ b/bin/update_po_header.bash
@@ -7,7 +7,7 @@
# Copyright (c) 2011 UK Citizens Online Democracy. All rights reserved.
# Email: matthew@mysociety.org; WWW: http://www.mysociety.org/
-cd "$(dirname $(readlink -f $BASH_SOURCE))/.."
+cd "$(cd "$(dirname "$BASH_SOURCE")" && pwd -P)"/..
# File to write to, clear it to start with
PO=$1