Skip to content

Commit df1cc14

Browse files
committed
also allow absolute paths
1 parent 908566e commit df1cc14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ echo "Configuring ..."
104104
echo ""
105105

106106
# Create build directory
107-
if [ ! -d "./$BUILD_DIR" ]
107+
if [ ! -d "$BUILD_DIR" ]
108108
then
109109
mkdir -p "$BUILD_DIR"
110110
fi

0 commit comments

Comments
 (0)