projects
/
soclayout.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c2ea0c0
)
mksym.sh: Check exitence of alliance-check-toolkit
author
Staf Verhaegen
<staf@stafverhaegen.be>
Sun, 11 Apr 2021 15:13:47 +0000
(17:13 +0200)
committer
Staf Verhaegen
<staf@stafverhaegen.be>
Sun, 11 Apr 2021 16:02:03 +0000
(18:02 +0200)
experiments9/mksym.sh
patch
|
blob
|
history
diff --git
a/experiments9/mksym.sh
b/experiments9/mksym.sh
index e65a54c4dc6f8b9f74efb7d2629174e7782df6e3..1659db864d3a7e5ecb06dc0748edcc11c32c483d 100755
(executable)
--- a/
experiments9/mksym.sh
+++ b/
experiments9/mksym.sh
@@
-1,6
+1,10
@@
#!/bin/bash
ALLIANCE_TOOLKIT=${ALLIANCE_TOOLKIT:-${HOME}/alliance-check-toolkit/}
+if [ ! -d ${ALLIANCE_TOOLKIT} ]; then
+ echo "alliance-check-toolkit not found; please set ALLIANCE_TOOLKIT"
+ exit 20
+fi
echo "creating symlinks"