remove exit when updating the wrapfs-latest repo
authorErez Zadok <ezk@cs.sunysb.edu>
Wed, 11 May 2022 22:46:17 +0000 (18:46 -0400)
committerErez Zadok <ezk@cs.sunysb.edu>
Wed, 11 May 2022 22:46:17 +0000 (18:46 -0400)
update-stable.sh

index 3cac22b44eb865663249838545189bd6641b592d..666a03527068a7256117bf2aba44853d482a2a4a 100755 (executable)
@@ -40,7 +40,6 @@ case "$THIS_REPO" in
        ;;
     latest )
        BRANCH="master"
-       exit 1
        ;;
     * ) echo This repo is unknown: $THIS_REPO
        exit 1