diff options
Diffstat (limited to 'bin/update_po_header.bash')
-rwxr-xr-x | bin/update_po_header.bash | 2 |
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 |