mirror of
https://github.com/VSCodium/vscodium.git
synced 2026-04-21 03:04:30 +10:00
fix: move misplaced code (#2092)
This commit is contained in:
4
patch.sh
4
patch.sh
@@ -1,5 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -e
|
||||
|
||||
echo "$#"
|
||||
|
||||
cd vscode || { echo "'vscode' dir not found"; exit 1; }
|
||||
@@ -27,7 +29,7 @@ while [ $# -gt 1 ]; do
|
||||
done
|
||||
|
||||
git add .
|
||||
git commit -q -m "VSCODIUM HELPER"
|
||||
git commit -q -m "VSCODIUM HELPER" --no-verify
|
||||
|
||||
if [[ "${1}" == *patch ]]; then
|
||||
FILE="../patches/${1}"
|
||||
|
||||
Reference in New Issue
Block a user