fix pushd
This commit is contained in:
parent
a0187dbf64
commit
41111d385b
@ -22,7 +22,7 @@ for COMPOSE in "${NONSIG_COMPOSE[@]}"; do
|
|||||||
{} "${TARGET}"
|
{} "${TARGET}"
|
||||||
|
|
||||||
# Return back to where we started
|
# Return back to where we started
|
||||||
popd "$(dirname "$0")" || { echo "${COMPOSE}: Failed to change back"; break; }
|
popd || { echo "${COMPOSE}: Failed to change back"; break; }
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user