aboutsummaryrefslogtreecommitdiff
path: root/bldRiver.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bldRiver.sh')
-rwxr-xr-xbldRiver.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bldRiver.sh b/bldRiver.sh
index 782e65e..1ba49d0 100755
--- a/bldRiver.sh
+++ b/bldRiver.sh
@@ -1,6 +1,6 @@
#!/bin/sh
set -ex
-codedir="$HOME/scm/wl/river"
+codedir="${CODEDIR}/river"
if ! [ -d "$codedir" ] ; then
mkdir -p "$(basename "$codedir")"