Skip to content

Commit 65e9a63

Browse files
committed
Fixed a bug in mkdevbranch
- Legacy-Id: 13977
1 parent 4be32ee commit 65e9a63

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bin/mkdevbranch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ cd $progdir
142142
if [ "$who" ]; then
143143
mksvndir $who
144144
svn cp https://svn.tools.ietf.org/svn/tools/ietfdb/$source https://svn.tools.ietf.org/svn/tools/ietfdb/personal/$who/$target/ -m "New branch for $target"
145-
print "New branch: ^/personal/$who/$target"
145+
echo "New branch: ^/personal/$who/$target"
146146
else
147147
[ "$num" ] || num=$( < /www/tools.ietf.org/meta/current-ietf-number.txt)
148148
for n in $(seq $((num-3)) $num); do

0 commit comments

Comments
 (0)