diff --git a/libexec/webskel/commands/new b/libexec/webskel/commands/new index 5897e85..a2a82af 100755 --- a/libexec/webskel/commands/new +++ b/libexec/webskel/commands/new @@ -39,7 +39,7 @@ if [ -e "${sharebase}"/"${skel}".skeleton ]; then -exec install -m u=rwx,g=rx,o= {} "${destdir}"/"{}" \; \ -exec echo -n . \; echo - printok "initialized ${app}" + printok "initialized ${appname}" else printerr "skeleton ${skel} was not found" exit 1