Typo in CI script.

This commit is contained in:
Tom Robinson
2010-03-09 16:12:13 -08:00
parent 9cca7ead17
commit 68ab5bd4e7
+1 -1
View File
@@ -1,7 +1,7 @@
#!/bin/bash
project_home="$(dirname "$PWD")"
extras = "$project_home/ci-extra.sh"
extras="$project_home/ci-extra.sh"
export PATH="$HOME/narwhal/bin:$PATH"
export CAPP_AUTO_UPGRADE="yes"