We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95e64f2 commit bdf8d5aCopy full SHA for bdf8d5a
admin-tools/check-newest-versions.sh
@@ -1,12 +1,12 @@
1
#!/bin/bash
2
function finish {
3
- if [[ -n ${python_control_flow_owd} ]] && [[ -d $python_control_flow_owd ]]; then
4
- cd $python_control_flow_owd
+ if [[ -n ${xasm_owd} ]] && [[ -d $xasm_owd ]]; then
+ cd $xasm_owd
5
fi
6
}
7
8
# FIXME put some of the below in a common routine
9
-python_control_flow_owd=$(pwd)
+xasm_owd=$(pwd)
10
# trap finish EXIT
11
12
cd $(dirname ${BASH_SOURCE[0]})
0 commit comments