projects
/
ocaml.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
452719d
)
Fix quoting bug
author
Stephane Glondu
<steph@glondu.net>
Mon, 20 Oct 2008 20:18:58 +0000
(22:18 +0200)
committer
Stephane Glondu
<steph@glondu.net>
Mon, 20 Oct 2008 20:18:58 +0000
(22:18 +0200)
debian/rules
patch
|
blob
|
history
diff --git
a/debian/rules
b/debian/rules
index 221730e84a44444afe4614622fb1e561026efff5..c91265e9daed0745e3fc38466f2e395dad0afec2 100755
(executable)
--- a/
debian/rules
+++ b/
debian/rules
@@
-247,7
+247,7
@@
install-arch: build-arch
# Remove empty directory
for i in `cat debian/ocaml-nox.empty-dirs`; do \
- if test -d "debian/ocaml-nox/$$i" && test -z
"`ls -1 'debian/ocaml-nox/$$i'`"
; then \
+ if test -d "debian/ocaml-nox/$$i" && test -z
`ls -1 "debian/ocaml-nox/$$i"`
; then \
$(RM) -r "debian/ocaml-nox/$$i"; \
fi; \
done