Bug Fix: Replace -type f with -xtype f 60/10460/2
authorDimitrios Markou <mardim@intracom-telecom.com>
Sat, 5 May 2018 12:33:48 +0000 (15:33 +0300)
committerAnil Belur <abelur@linuxfoundation.org>
Sat, 5 May 2018 23:50:38 +0000 (09:50 +1000)
commitd3cac52899668bc9b7f1fe7fcf16203bcf86ce53
tree0f6cb8b06aed9bd2320d9488bce973d2ea8eded7
parentc3150dcea8069e284ec52bf487541576a62687ab
Bug Fix: Replace -type f with -xtype f

The -type f parameter cannot recognize symbolic link files
so the replacement with the -xtype f parameter solve this problem

https://jira.opendaylight.org/browse/INTPAK-162

Change-Id: I38aaf2ff3d655d44e757c863f83a0b2cb811ab41
Signed-off-by: Dimitrios Markou <mardim@intracom-telecom.com>
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
shell/deploy-maven-file.sh