mirror of
https://github.com/avast/retdec.git
synced 2025-03-02 18:56:51 +00:00
cmake: Fix inconsistent indentation if install-share.sh.
There was a space followed by a tab.
This commit is contained in:
parent
ee51eb6b15
commit
60fdb6f717
@ -26,7 +26,7 @@ INSTALL_PATH="$1"
|
||||
# Convert from Windows to Unix path on Windows.
|
||||
case "$(uname -s)" in
|
||||
*Windows*|*CYGWIN*|*MINGW*|*MSYS*)
|
||||
INSTALL_PATH="$(echo "/$INSTALL_PATH" | sed -e 's/\\/\//g' -e 's/://')"
|
||||
INSTALL_PATH="$(echo "/$INSTALL_PATH" | sed -e 's/\\/\//g' -e 's/://')"
|
||||
;;
|
||||
esac
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user