summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcyBerta <cyberta@riseup.net>2020-12-30 03:57:41 +0100
committercyBerta <cyberta@riseup.net>2020-12-30 03:57:41 +0100
commit9b690df036cf91f749c0b6159a7035233a73315d (patch)
tree4e3d7c5561e963504553ee941cc258b6b2b06d14
parent6bf1ee63afeac4d9f769961d7d76a61cba0a1de6 (diff)
fix scripts
-rwxr-xr-xbuild_deps.sh2
-rwxr-xr-xcleanProject.sh4
2 files changed, 3 insertions, 3 deletions
diff --git a/build_deps.sh b/build_deps.sh
index 5df3a3e1..beb5e13e 100755
--- a/build_deps.sh
+++ b/build_deps.sh
@@ -1,4 +1,4 @@
-./#!/bin/bash
+#!/bin/bash
function quit {
echo "Task failed. $1."
diff --git a/cleanProject.sh b/cleanProject.sh
index e89cd2a3..703788cc 100755
--- a/cleanProject.sh
+++ b/cleanProject.sh
@@ -1,7 +1,7 @@
#!/bin/bash
-#git checkout -- \*
-#git checkout -- \.\*
+git checkout -- \*
+git checkout -- \.\*
rm -r ./ics-openvpn
rm -r ./build