inform user about working directory, if changed from default
This commit is contained in:
parent
93f714f8c3
commit
79619c63fb
2
mige.sh
2
mige.sh
@ -21,7 +21,7 @@ read_options() {
|
|||||||
while getopts "ad:" opt; do
|
while getopts "ad:" opt; do
|
||||||
case "${opt}" in
|
case "${opt}" in
|
||||||
a) OPTION_ASSETS=true;;
|
a) OPTION_ASSETS=true;;
|
||||||
d) SOURCEDIR=$OPTARG;;
|
d) SOURCEDIR=$OPTARG; echo "Using project directory '$SOURCEDIR'.";;
|
||||||
\?) exit 2;;
|
\?) exit 2;;
|
||||||
esac
|
esac
|
||||||
done
|
done
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user