Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'js/bs-is-a-dir-sep-on-windows' into maint
[gitweb.git]
/
shell.c
diff --git
a/shell.c
b/shell.c
index 464ee1a201ff014c390ddfd653088f7dffd13a84..fe2d314593ba5ee3b985b778c2e7ebfdcd9da44c 100644
(file)
--- a/
shell.c
+++ b/
shell.c
@@
-13,7
+13,7
@@
static int do_generic_cmd(const char *me, char *arg)
const char *my_argv[4];
setup_path();
- if (!arg || !(arg = sq_dequote(arg)))
+ if (!arg || !(arg = sq_dequote(arg))
|| *arg == '-'
)
die("bad argument");
if (!starts_with(me, "git-"))
die("bad command");