Skip to content

Commit

Permalink
build: fix shell scripting
Browse files Browse the repository at this point in the history
Signed-off-by: Fabio M. Di Nitto <fdinitto@redhat.com>
  • Loading branch information
fabbione committed Jun 6, 2011
1 parent 20ddc83 commit 67205f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ $(SPEC): $(SPEC).in
-e "s#@linux-ha@#$(LINUX_HA)#g" \
$< > $@-t; \
fi; \
if [ -z "$$dirty" ]; then sed -i -e "s#%glo.*dirty.*##g" $@-t; fi
if [ -z "$$dirty" ]; then sed -i -e "s#%glo.*dirty.*##g" $@-t; fi; \
if [ -z "$$rcver" ]; then sed -i -e "s#%glo.*rcver.*##g" $@-t; fi
chmod a-w $@-t
mv $@-t $@
Expand Down

0 comments on commit 67205f2

Please sign in to comment.