X-Git-Url: https://iankelling.org/git/?a=blobdiff_plain;f=update-builds;h=091ee60cdf7780fcd6e5864b49b1c33bbc9d1653;hb=5285c8df6307b9ca29b4dc65c556bd08bdaae762;hp=b2c71d4e5efff5ef0a4159eb2db30d1e47b50b87;hpb=ddbe0926f54835ac1b48b050762043b22f01966d;p=buildscripts diff --git a/update-builds b/update-builds index b2c71d4..091ee60 100755 --- a/update-builds +++ b/update-builds @@ -1,7 +1,7 @@ #!/bin/bash -cd "${BASH_SOURCE%/*}" # directory of the script +x="$(readlink -f "$BASH_SOURCE")"; cd ${x%/*} for x in *; do if [[ $x == update-builds || ! -x $x || -d $x ]]; then continue