Fix spelling mistake

This commit is contained in:
mathiascode 2019-11-30 20:09:18 +02:00
parent b15c1caea4
commit 4e8acd723a

View file

@ -4,11 +4,11 @@ BUILD_DIR=$1
# Build dtach for running server in background
cd src/detach*
cd src/dtach*
./configure
make
mkdir $BUILD_DIR/detach/bin/
mv detach $BUILD_DIR/detach/bin/
mkdir $BUILD_DIR/dtach/bin/
mv dtach $BUILD_DIR/dtach/bin/
# Set up scripts