Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 3275 → Rev 3276

/branches/shell/uspace/app/bdsh/cmds/mknewcmd
208,7 → 208,7
}
 
EOF
printf "Done.\n\nYou should now modify %ss/%ss.h and ../Makefile.in" \
printf "Done.\n\nYou should now modify %ss/%ss.h and ../Makefile" \
"${CMDTYPE}" "${CMDTYPE}"
printf " to include your new command.\n"
[ -n "$CMDALIAS" ] && {
217,7 → 217,7
printf "add %s as an alias for %s\n" \
"${CMDALIAS}" "${CMDNAME}"
}
printf "\nOnce completed, re-run configure or configure.sub and make\n\n"
printf "\nOnce completed, re-run make\n\n"
}
 
# Main program