summaryrefslogtreecommitdiffstats
path: root/godot-update
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2022-07-18 08:30:44 +0200
committerJérémy Zurcher <jeremy@asynk.ch>2022-07-18 08:30:44 +0200
commit41b69320e2e4087f863611a77444002ced3d6507 (patch)
treeee65f95700b342fc424c997a7a9ad4813ab46837 /godot-update
parentddb77225b046a0da2870c80aa3d4ca35755a5a71 (diff)
downloadbin-41b69320e2e4087f863611a77444002ced3d6507.zip
bin-41b69320e2e4087f863611a77444002ced3d6507.tar.gz
godot-update : \t -> ' '
Diffstat (limited to 'godot-update')
-rwxr-xr-xgodot-update6
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