]> git.phdru.name Git - git-scripts.git/blobdiff - edit-description
Feat(submodules/remove): Add option `-c`
[git-scripts.git] / edit-description
index 1e7605e817e6281e6811afc3d7cc942a1859c54b..d378202b89df2d2b9ec93ebe3ac1f1e4fbcfe58f 100755 (executable)
@@ -4,5 +4,5 @@ g="`git rev-parse --git-dir`" &&
 
 if [ "`cat $g/description`" = "Unnamed repository; edit this file 'description' to name the repository." ]
 then
-   exec `git var GIT_EDITOR` "$g"/description < /dev/tty
+   exec `git var GIT_EDITOR` "$g"/description
 fi