Fix typo
This commit is contained in:
parent
1c80d1397b
commit
901adcecd4
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ if [ -e "${sharebase}"/"${skel}".skeleton ]; then
|
||||||
-exec install -m u=rwx,g=rx,o= {} "${destdir}"/"{}" \; \
|
-exec install -m u=rwx,g=rx,o= {} "${destdir}"/"{}" \; \
|
||||||
-exec echo -n . \;
|
-exec echo -n . \;
|
||||||
echo
|
echo
|
||||||
printok "initialized ${app}"
|
printok "initialized ${appname}"
|
||||||
else
|
else
|
||||||
printerr "skeleton ${skel} was not found"
|
printerr "skeleton ${skel} was not found"
|
||||||
exit 1
|
exit 1
|
||||||
|
|
Loading…
Reference in a new issue