summaryrefslogtreecommitdiff
path: root/include/post-common.sh
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2016-08-19 11:21:43 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2016-08-19 11:21:43 -0400
commitc1189149053228204277708cc01037e6c9891d37 (patch)
tree428c25de7334c2df058ef87f846f33f5c0390f3c /include/post-common.sh
parenta26ab9064bc34e6695cb1e255522fab3f55deeb8 (diff)
downloadastroconda-control-c1189149053228204277708cc01037e6c9891d37.tar.gz
Rolling updateHEADmaster
Diffstat (limited to 'include/post-common.sh')
-rw-r--r--include/post-common.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/post-common.sh b/include/post-common.sh
index 0ea77b6..c9fb7e1 100644
--- a/include/post-common.sh
+++ b/include/post-common.sh
@@ -30,7 +30,7 @@ export PDK_CONTEXT=$context:${PYTHON_VERSION}
export PDK_LOG="$LOGDIR/${HOSTNAME}-$PDK_TESTRUN"
echo '----'
-echo "Applying SHELL fix (thanks Continnum)..."
+echo "Applying SHELL fix (thanks Continuum)..."
if [[ $SHELL == bash ]]; then
export SHELL=/bin/bash
elif [[ $SHELL == zsh ]]; then