|
@ -3,7 +3,7 @@ |
|
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|
|
# |
|
|
# |
|
|
# Filename: bin/sde-list-files |
|
|
# Filename: bin/sde-list-files |
|
|
# Copyright (C) 2007 - 2008 The OpenSDE Project |
|
|
|
|
|
|
|
|
# Copyright (C) 2007 - 2009 The OpenSDE Project |
|
|
# |
|
|
# |
|
|
# More information can be found in the files COPYING and README. |
|
|
# More information can be found in the files COPYING and README. |
|
|
# |
|
|
# |
|
@ -87,7 +87,7 @@ for x; do |
|
|
elif [ -e "$PWD/$x" ]; then |
|
|
elif [ -e "$PWD/$x" ]; then |
|
|
# $PWD relative |
|
|
# $PWD relative |
|
|
y="$PWD/$x" |
|
|
y="$PWD/$x" |
|
|
elif [ "${x:0:1}" = "/" -a -e "$x" ]; then |
|
|
|
|
|
|
|
|
elif [ "$(echo "$x" | cut -c1)" = "/" -a -e "$x" ]; then |
|
|
# absolute |
|
|
# absolute |
|
|
y="$x" |
|
|
y="$x" |
|
|
elif [ -e "$SDEROOT/package"/*/"$x" ]; then |
|
|
elif [ -e "$SDEROOT/package"/*/"$x" ]; then |
|
|