mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-25 21:19:54 +00:00
Added a $ to Jim's mod
This commit is contained in:
parent
3ef0fc8c58
commit
62cd4a2067
@ -882,7 +882,7 @@ MAKEDIRS= \
|
||||
install-dirs:
|
||||
@for i in $(MAKEDIRS) ; do \
|
||||
echo Making $$i... ; \
|
||||
parent=`echo $$i | sed -e 's@/[^/]*$$@@' | sed -e 's@^$@/@'`; \
|
||||
parent=`echo $$i | sed -e 's@/[^/]*$$@@' | sed -e 's@^$$@/@'`; \
|
||||
if [ -d $$parent ] ; then true ; else mkdir $$parent ; fi ; \
|
||||
if [ ! -d $$i ] ; then \
|
||||
if mkdir $$i ; then \
|
||||
|
Loading…
Reference in New Issue
Block a user