diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2022-07-18 08:30:44 +0200 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2022-07-18 08:30:44 +0200 |
commit | 41b69320e2e4087f863611a77444002ced3d6507 (patch) | |
tree | ee65f95700b342fc424c997a7a9ad4813ab46837 /godot-update | |
parent | ddb77225b046a0da2870c80aa3d4ca35755a5a71 (diff) | |
download | bin-41b69320e2e4087f863611a77444002ced3d6507.zip bin-41b69320e2e4087f863611a77444002ced3d6507.tar.gz |
godot-update : \t -> ' '
Diffstat (limited to 'godot-update')
-rwxr-xr-x | godot-update | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/godot-update b/godot-update index 5f03399..f1fd1f7 100755 --- a/godot-update +++ b/godot-update @@ -25,9 +25,9 @@ do ;; o) OPTIMIZED=1 - ;; - *) - DIR=$I + ;; + *) + DIR=$I esac done |