summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorYusuke Endoh <[email protected]>2021-03-17 23:13:22 +0900
committerYusuke Endoh <[email protected]>2021-03-17 23:13:22 +0900
commit1d80d703141f01383604022f9e8e53e10865197c ()
tree7915b52c9ce74bd0798d120a41bfed132487b199 /autogen.sh
parent5b54dc9ab26a7c19ddfc2a7d1104ef2e5fdc9f5d (diff)
autogen.sh: Make it work with sh (not bash)
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@
PWD=
case "$0" in
-*/*) srcdir="${0%/*}/";;
*) srcdir="";;
esac