mirror of
https://github.com/datahub-project/datahub.git
synced 2025-11-08 23:43:04 +00:00
ci: update rename-namespace.sh to work on non-bash shells (#4153)
This commit is contained in:
parent
c2065bd7fe
commit
a2d096eb93
@ -1,6 +1,6 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
SCRIPT_ROOT="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null && pwd )"
|
SCRIPT_ROOT="$( cd "$( dirname "${BASH_SOURCE[0]:-$0}" )" >/dev/null && pwd )"
|
||||||
|
|
||||||
# Rename all com.linkedin.* to com.linkedin.pegasus2avro.*, except for com.linkedin.avro2pegasus.*
|
# Rename all com.linkedin.* to com.linkedin.pegasus2avro.*, except for com.linkedin.avro2pegasus.*
|
||||||
find $SCRIPT_ROOT/../mxe-schemas/src/renamed -type f -print0 | \
|
find $SCRIPT_ROOT/../mxe-schemas/src/renamed -type f -print0 | \
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user