diff options
Diffstat (limited to 'abuild.in')
-rw-r--r-- | abuild.in | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1397,7 +1397,8 @@ scan_shared_objects() { normalize_target_path() { local path=$1 case "$path" in - /*) path="$(dirname "$2")/$path";; + /*) ;; + *) path="$(dirname "$2")/$path";; esac local oifs="$IFS" pathstr= i= |