Skip to content

Commit

Permalink
Fix setup regression (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-5546 authored Jan 14, 2023
1 parent bb14fa1 commit e3c0eee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
set -e

if [ "$1" != "DISABLE_VCS" ]
if [[ $DISABLE_VCS != "true" ]]
then
vcs import < src/new_project.repos src
fi
Expand Down

0 comments on commit e3c0eee

Please sign in to comment.